#985A25

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

Shades of Afghan Tan #985A25

Tints of Afghan Tan #985A25

Color information

#985A25 (or 0x985A25) is unknown color: approx Afghan Tan. HEX triplet: 98, 5A and 25. RGB value is (152,90,37). Sum of RGB (Red+Green+Blue) = 152+90+37=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #985A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A25 is #67A5DA. Grayscale: #666666. Windows color (decimal): -6792667 or 2448024. OLE color: 2448024.

HSL color Cylindrical-coordinate representation of color #985A25: hue angle of 27.65º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #985A25 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB1529037-
CMYK00.410.760.40
HSL27.65º60.85%37.06%-
HSV(B)27.65º75.66%59.61%-
XYZ16.9414.123.58-
YUV102.591.04163.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.48%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 37 (14.84% from 255) = 13.26%
R=54.48%
G=32.26%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152903700.410.760.4027.6560.8537.06
Hex985A250294C281c3d25
Octal2301324505111450347545
Binary1001100010110101001010101001100110010100011100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,90,37); }

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

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

 a { background-color: rgb(152,90,37); }

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

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

 span { border-color: rgb(152,90,37); }

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