#895619

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

Shades of Afghan Tan #895619

Tints of Afghan Tan #895619

Color information

#895619 (or 0x895619) is unknown color: approx Afghan Tan. HEX triplet: 89, 56 and 19. RGB value is (137,86,25). Sum of RGB (Red+Green+Blue) = 137+86+25=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #895619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895619 is #76A9E6. Grayscale: #5E5E5E. Windows color (decimal): -7776743 or 1660553. OLE color: 1660553.

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

Color convert

RGB1378625-
CMYK00.370.820.46
HSL32.68º69.14%31.76%-
HSV(B)32.68º81.75%53.73%-
XYZ13.8212.042.52-
YUV94.2988.9158.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.24%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 25 (10.16% from 255) = 10.08%
R=55.24%
G=34.68%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137862500.370.820.4632.6869.1431.76
Hex895619025522E214520
Octal21112631045122564110540
Binary10001001101011011001010010110100101011101000011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895619; }

 p { color: rgb(137,86,25); }

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

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

 a { background-color: rgb(137,86,25); }

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

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

 span { border-color: rgb(137,86,25); }

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