#985921

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

Shades of Afghan Tan #985921

Tints of Afghan Tan #985921

Color information

#985921 (or 0x985921) is unknown color: approx Afghan Tan. HEX triplet: 98, 59 and 21. RGB value is (152,89,33). Sum of RGB (Red+Green+Blue) = 152+89+33=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #985921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985921 is #67A6DE. Grayscale: #656565. Windows color (decimal): -6792927 or 2185624. OLE color: 2185624.

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

Color convert

RGB1528933-
CMYK00.410.780.40
HSL28.24º64.32%36.27%-
HSV(B)28.24º78.29%59.61%-
XYZ16.813.933.24-
YUV101.4589.37164.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.47%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 33 (13.28% from 255) = 12.04%
R=55.47%
G=32.48%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152893300.410.780.4028.2464.3236.27
Hex9859210294E281c4024
Octal23013141051116503410044
Binary10011000101100110000101010011001110101000111001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985921; }

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

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

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

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

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

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

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

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