#895418

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

Shades of Afghan Tan #895418

Tints of Afghan Tan #895418

Color information

#895418 (or 0x895418) is unknown color: approx Afghan Tan. HEX triplet: 89, 54 and 18. RGB value is (137,84,24). Sum of RGB (Red+Green+Blue) = 137+84+24=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #895418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895418 is #76ABE7. Grayscale: #5D5D5D. Windows color (decimal): -7777256 or 1594505. OLE color: 1594505.

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

Color convert

RGB1378424-
CMYK00.390.820.46
HSL31.86º70.19%31.57%-
HSV(B)31.86º82.48%53.73%-
XYZ13.6511.722.41-
YUV93.0189.06159.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.92%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=55.92%
G=34.29%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137842400.390.820.4631.8670.1931.57
Hex895418027522E204620
Octal21112430047122564010640
Binary10001001101010011000010011110100101011101000001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895418; }

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

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

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

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

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

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

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

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