#895B18

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

Shades of Afghan Tan #895B18

Tints of Afghan Tan #895B18

Color information

#895B18 (or 0x895B18) is unknown color: approx Afghan Tan. HEX triplet: 89, 5B and 18. RGB value is (137,91,24). Sum of RGB (Red+Green+Blue) = 137+91+24=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #895B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895B18 is #76A4E7. Grayscale: #616161. Windows color (decimal): -7775464 or 1596297. OLE color: 1596297.

HSL color Cylindrical-coordinate representation of color #895B18: hue angle of 35.58º 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 #895B18 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB1379124-
CMYK00.340.820.46
HSL35.58º70.19%31.57%-
HSV(B)35.58º82.48%53.73%-
XYZ14.2212.872.6-
YUV97.1286.74156.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.37%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=54.37%
G=36.11%
B=9.52%

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
Decimal137912400.340.820.4635.5870.1931.57
Hex895B18022522E244620
Octal21113330042122564410640
Binary10001001101101111000010001010100101011101001001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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