#935D1C

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

Shades of Afghan Tan #935D1C

Tints of Afghan Tan #935D1C

Color information

#935D1C (or 0x935D1C) is unknown color: approx Afghan Tan. HEX triplet: 93, 5D and 1C. RGB value is (147,93,28). Sum of RGB (Red+Green+Blue) = 147+93+28=268 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.85% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 147 - color contains mainly: red. Hex color #935D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935D1C is #6CA2E3. Grayscale: #666666. Windows color (decimal): -7119588 or 1858963. OLE color: 1858963.

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

Color convert

RGB1479328-
CMYK00.370.810.42
HSL32.77º68%34.31%-
HSV(B)32.77º80.95%57.65%-
XYZ16.1614.122.97-
YUV101.7486.39160.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.85%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 28 (11.33% from 255) = 10.45%
R=54.85%
G=34.70%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147932800.370.810.4232.776834.31
Hex935D1C025512A214422
Octal22313534045121524110442
Binary10010011101110111100010010110100011010101000011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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