#985922

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

Shades of Afghan Tan #985922

Tints of Afghan Tan #985922

Color information

#985922 (or 0x985922) is unknown color: approx Afghan Tan. HEX triplet: 98, 59 and 22. RGB value is (152,89,34). Sum of RGB (Red+Green+Blue) = 152+89+34=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #985922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985922 is #67A6DD. Grayscale: #656565. Windows color (decimal): -6792926 or 2251160. OLE color: 2251160.

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

Color convert

RGB1528934-
CMYK00.410.780.40
HSL27.97º63.44%36.47%-
HSV(B)27.97º77.63%59.61%-
XYZ16.8113.943.32-
YUV101.5789.87163.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.27%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 34 (13.67% from 255) = 12.36%
R=55.27%
G=32.36%
B=12.36%

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
Decimal152893400.410.780.4027.9763.4436.47
Hex9859220294E281c3f24
Octal2301314205111650347744
Binary1001100010110011000100101001100111010100011100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985922; }

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

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

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

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

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

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

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

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