#935C29

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

Shades of Afghan Tan #935C29

Tints of Afghan Tan #935C29

Color information

#935C29 (or 0x935C29) is unknown color: approx Afghan Tan. HEX triplet: 93, 5C and 29. RGB value is (147,92,41). Sum of RGB (Red+Green+Blue) = 147+92+41=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #935C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C29 is #6CA3D6. Grayscale: #666666. Windows color (decimal): -7119831 or 2710675. OLE color: 2710675.

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

Color convert

RGB1479241-
CMYK00.370.720.42
HSL28.87º56.38%36.86%-
HSV(B)28.87º72.11%57.65%-
XYZ16.2614.023.95-
YUV102.6393.22159.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.5%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 41 (16.41% from 255) = 14.64%
R=52.5%
G=32.86%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147924100.370.720.4228.8756.3836.86
Hex935C29025482A1d3825
Octal2231345104511052357045
Binary1001001110111001010010100101100100010101011101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,92,41); }

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

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

 a { background-color: rgb(147,92,41); }

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

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

 span { border-color: rgb(147,92,41); }

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