#985F24

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

Shades of Afghan Tan #985F24

Tints of Afghan Tan #985F24

Color information

#985F24 (or 0x985F24) is unknown color: approx Afghan Tan. HEX triplet: 98, 5F and 24. RGB value is (152,95,36). Sum of RGB (Red+Green+Blue) = 152+95+36=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #985F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F24 is #67A0DB. Grayscale: #696969. Windows color (decimal): -6791388 or 2383768. OLE color: 2383768.

HSL color Cylindrical-coordinate representation of color #985F24: hue angle of 30.52º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #985F24 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB1529536-
CMYK00.380.760.40
HSL30.52º61.7%36.86%-
HSV(B)30.52º76.32%59.61%-
XYZ17.3614.993.65-
YUV105.3288.88161.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.71%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 36 (14.45% from 255) = 12.72%
R=53.71%
G=33.57%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152953600.380.760.4030.5261.736.86
Hex985F240264C281f3e25
Octal2301374404611450377645
Binary1001100010111111001000100110100110010100011111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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