#985D24

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

Shades of Afghan Tan #985D24

Tints of Afghan Tan #985D24

Color information

#985D24 (or 0x985D24) is unknown color: approx Afghan Tan. HEX triplet: 98, 5D and 24. RGB value is (152,93,36). Sum of RGB (Red+Green+Blue) = 152+93+36=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #985D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985D24 is #67A2DB. Grayscale: #686868. Windows color (decimal): -6791900 or 2383256. OLE color: 2383256.

HSL color Cylindrical-coordinate representation of color #985D24: hue angle of 29.48º 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 #985D24 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB1529336-
CMYK00.390.760.40
HSL29.48º61.7%36.86%-
HSV(B)29.48º76.32%59.61%-
XYZ17.1814.633.59-
YUV104.1489.55162.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.09%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 36 (14.45% from 255) = 12.81%
R=54.09%
G=33.10%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152933600.390.760.4029.4861.736.86
Hex985D240274C281d3e25
Octal2301354404711450357645
Binary1001100010111011001000100111100110010100011101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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