#985F2D

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

Shades of Afghan Tan #985F2D

Tints of Afghan Tan #985F2D

Color information

#985F2D (or 0x985F2D) is unknown color: approx Afghan Tan. HEX triplet: 98, 5F and 2D. RGB value is (152,95,45). Sum of RGB (Red+Green+Blue) = 152+95+45=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #985F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F2D is #67A0D2. Grayscale: #6A6A6A. Windows color (decimal): -6791379 or 2973592. OLE color: 2973592.

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

Color convert

RGB1529545-
CMYK00.380.700.40
HSL28.04º54.31%38.63%-
HSV(B)28.04º70.39%59.61%-
XYZ17.5115.054.46-
YUV106.3493.38160.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 45 (17.97% from 255) = 15.41%
R=52.05%
G=32.53%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152954500.380.700.4028.0454.3138.63
Hex985F2D02646281c3627
Octal2301375504610650346647
Binary1001100010111111011010100110100011010100011100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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