#985F2C

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

Shades of Afghan Tan #985F2C

Tints of Afghan Tan #985F2C

Color information

#985F2C (or 0x985F2C) is unknown color: approx Afghan Tan. HEX triplet: 98, 5F and 2C. RGB value is (152,95,44). Sum of RGB (Red+Green+Blue) = 152+95+44=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #985F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F2C is #67A0D3. Grayscale: #6A6A6A. Windows color (decimal): -6791380 or 2908056. OLE color: 2908056.

HSL color Cylindrical-coordinate representation of color #985F2C: hue angle of 28.33º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #985F2C is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1529544-
CMYK00.380.710.40
HSL28.33º55.1%38.43%-
HSV(B)28.33º71.05%59.61%-
XYZ17.515.044.36-
YUV106.2392.88160.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.23%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 44 (17.58% from 255) = 15.12%
R=52.23%
G=32.65%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152954400.380.710.4028.3355.138.43
Hex985F2C02647281c3726
Octal2301375404610750346746
Binary1001100010111111011000100110100011110100011100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,95,44); }

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

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

 a { background-color: rgb(152,95,44); }

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

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

 span { border-color: rgb(152,95,44); }

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