#985C21

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

Shades of Afghan Tan #985C21

Tints of Afghan Tan #985C21

Color information

#985C21 (or 0x985C21) is unknown color: approx Afghan Tan. HEX triplet: 98, 5C and 21. RGB value is (152,92,33). Sum of RGB (Red+Green+Blue) = 152+92+33=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #985C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C21 is #67A3DE. Grayscale: #676767. Windows color (decimal): -6792159 or 2186392. OLE color: 2186392.

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

Color convert

RGB1529233-
CMYK00.390.780.40
HSL29.75º64.32%36.27%-
HSV(B)29.75º78.29%59.61%-
XYZ17.0514.443.33-
YUV103.2188.38162.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.87%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 33 (13.28% from 255) = 11.91%
R=54.87%
G=33.21%
B=11.91%

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
Decimal152923300.390.780.4029.7564.3236.27
Hex985C210274E281e4024
Octal23013441047116503610044
Binary10011000101110010000101001111001110101000111101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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