#985821

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

Shades of Afghan Tan #985821

Tints of Afghan Tan #985821

Color information

#985821 (or 0x985821) is unknown color: approx Afghan Tan. HEX triplet: 98, 58 and 21. RGB value is (152,88,33). Sum of RGB (Red+Green+Blue) = 152+88+33=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #985821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985821 is #67A7DE. Grayscale: #656565. Windows color (decimal): -6793183 or 2185368. OLE color: 2185368.

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

Color convert

RGB1528833-
CMYK00.420.780.40
HSL27.73º64.32%36.27%-
HSV(B)27.73º78.29%59.61%-
XYZ16.7113.763.21-
YUV100.8789.7164.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.68%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 33 (13.28% from 255) = 12.09%
R=55.68%
G=32.23%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152883300.420.780.4027.7364.3236.27
Hex98582102A4E281c4024
Octal23013041052116503410044
Binary10011000101100010000101010101001110101000111001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985821; }

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

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

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

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

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

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

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

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