#985F2A

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

Shades of Afghan Tan #985F2A

Tints of Afghan Tan #985F2A

Color information

#985F2A (or 0x985F2A) is unknown color: approx Afghan Tan. HEX triplet: 98, 5F and 2A. RGB value is (152,95,42). Sum of RGB (Red+Green+Blue) = 152+95+42=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #985F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F2A is #67A0D5. Grayscale: #6A6A6A. Windows color (decimal): -6791382 or 2776984. OLE color: 2776984.

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

Color convert

RGB1529542-
CMYK00.380.720.40
HSL28.91º56.7%38.04%-
HSV(B)28.91º72.37%59.61%-
XYZ17.4615.034.17-
YUV10691.88160.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.60%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 42 (16.80% from 255) = 14.53%
R=52.60%
G=32.87%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152954200.380.720.4028.9156.738.04
Hex985F2A02648281d3926
Octal2301375204611050357146
Binary1001100010111111010100100110100100010100011101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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