#915C29

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

Shades of Afghan Tan #915C29

Tints of Afghan Tan #915C29

Color information

#915C29 (or 0x915C29) is unknown color: approx Afghan Tan. HEX triplet: 91, 5C and 29. RGB value is (145,92,41). Sum of RGB (Red+Green+Blue) = 145+92+41=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #915C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915C29 is #6EA3D6. Grayscale: #666666. Windows color (decimal): -7250903 or 2710673. OLE color: 2710673.

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

Color convert

RGB1459241-
CMYK00.370.720.43
HSL29.42º55.91%36.47%-
HSV(B)29.42º71.72%56.86%-
XYZ15.913.833.93-
YUV102.0393.56158.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.16%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 41 (16.41% from 255) = 14.75%
R=52.16%
G=33.09%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145924100.370.720.4329.4255.9136.47
Hex915C29025482B1d3824
Octal2211345104511053357044
Binary1001000110111001010010100101100100010101111101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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