#935D1B

Color #935D1B Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #935D1B

Tints of Afghan Tan #935D1B

Color information

#935D1B (or 0x935D1B) is unknown color: approx Afghan Tan. HEX triplet: 93, 5D and 1B. RGB value is (147,93,27). Sum of RGB (Red+Green+Blue) = 147+93+27=267 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.06% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 147 - color contains mainly: red. Hex color #935D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935D1B is #6CA2E4. Grayscale: #656565. Windows color (decimal): -7119589 or 1793427. OLE color: 1793427.

HSL color Cylindrical-coordinate representation of color #935D1B: hue angle of 33º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #935D1B is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1479327-
CMYK00.370.820.42
HSL33º68.97%34.12%-
HSV(B)33º81.63%57.65%-
XYZ16.1414.112.91-
YUV101.6285.89160.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 55.06%
GREEN value IS 93 (36.72% from 255) = 34.83%
BLUE value IS 27 (10.94% from 255) = 10.11%
R=55.06%
G=34.83%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147932700.370.820.423368.9734.12
Hex935D1B025522A214522
Octal22313533045122524110542
Binary10010011101110111011010010110100101010101000011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935D1B; }

 p { color: rgb(147,93,27); }

 H1.HeaderClassName
 {
   color: #935D1B;
 }
 .AnyTagClassName
 {
   color: #935D1B;
 }
</style>
background-color css

<style>
 a { background-color: #935D1B; }

 a { background-color: rgb(147,93,27); }

 div.DivClassName
 {
   background-color: #935D1B;
 }
 .BgClassName
 {
   background-color: #935D1B;
 }
</style>
border-color css

<style>
 span { border-color: #935D1B; }

 span { border-color: rgb(147,93,27); }

 td.TdClassName
 {
   border-color: #935D1B;
 }
 .TagClassName
 {
   border-color: #935D1B;
 }
</style>