#985D21

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

Shades of Afghan Tan #985D21

Tints of Afghan Tan #985D21

Color information

#985D21 (or 0x985D21) is unknown color: approx Afghan Tan. HEX triplet: 98, 5D and 21. RGB value is (152,93,33). Sum of RGB (Red+Green+Blue) = 152+93+33=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #985D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985D21 is #67A2DE. Grayscale: #686868. Windows color (decimal): -6791903 or 2186648. OLE color: 2186648.

HSL color Cylindrical-coordinate representation of color #985D21: hue angle of 30.25º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #985D21 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB1529333-
CMYK00.390.780.40
HSL30.25º64.32%36.27%-
HSV(B)30.25º78.29%59.61%-
XYZ17.1414.613.36-
YUV103.888.05162.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=54.68%
G=33.45%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152933300.390.780.4030.2564.3236.27
Hex985D210274E281e4024
Octal23013541047116503610044
Binary10011000101110110000101001111001110101000111101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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