#895A18

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

Shades of Afghan Tan #895A18

Tints of Afghan Tan #895A18

Color information

#895A18 (or 0x895A18) is unknown color: approx Afghan Tan. HEX triplet: 89, 5A and 18. RGB value is (137,90,24). Sum of RGB (Red+Green+Blue) = 137+90+24=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #895A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895A18 is #76A5E7. Grayscale: #606060. Windows color (decimal): -7775720 or 1596041. OLE color: 1596041.

HSL color Cylindrical-coordinate representation of color #895A18: hue angle of 35.04º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #895A18 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB1379024-
CMYK00.340.820.46
HSL35.04º70.19%31.57%-
HSV(B)35.04º82.48%53.73%-
XYZ14.1412.72.57-
YUV96.5387.07156.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.58%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 24 (9.77% from 255) = 9.56%
R=54.58%
G=35.86%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137902400.340.820.4635.0470.1931.57
Hex895A18022522E234620
Octal21113230042122564310640
Binary10001001101101011000010001010100101011101000111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895A18; }

 p { color: rgb(137,90,24); }

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

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

 a { background-color: rgb(137,90,24); }

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

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

 span { border-color: rgb(137,90,24); }

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