#915F24

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

Shades of Afghan Tan #915F24

Tints of Afghan Tan #915F24

Color information

#915F24 (or 0x915F24) is unknown color: approx Afghan Tan. HEX triplet: 91, 5F and 24. RGB value is (145,95,36). Sum of RGB (Red+Green+Blue) = 145+95+36=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #915F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915F24 is #6EA0DB. Grayscale: #676767. Windows color (decimal): -7250140 or 2383761. OLE color: 2383761.

HSL color Cylindrical-coordinate representation of color #915F24: hue angle of 32.48º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #915F24 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB1459536-
CMYK00.340.750.43
HSL32.48º60.22%35.49%-
HSV(B)32.48º75.17%56.86%-
XYZ16.0914.333.59-
YUV103.2290.06157.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.54%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 36 (14.45% from 255) = 13.04%
R=52.54%
G=34.42%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145953600.340.750.4332.4860.2235.49
Hex915F240224B2B203c23
Octal2211374404211353407443
Binary10010001101111110010001000101001011101011100000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,95,36); }

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

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

 a { background-color: rgb(145,95,36); }

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

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

 span { border-color: rgb(145,95,36); }

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