#895627

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

Shades of Afghan Tan #895627

Tints of Afghan Tan #895627

Color information

#895627 (or 0x895627) is unknown color: approx Afghan Tan. HEX triplet: 89, 56 and 27. RGB value is (137,86,39). Sum of RGB (Red+Green+Blue) = 137+86+39=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #895627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895627 is #76A9D8. Grayscale: #606060. Windows color (decimal): -7776729 or 2578057. OLE color: 2578057.

HSL color Cylindrical-coordinate representation of color #895627: hue angle of 28.78º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #895627 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB1378639-
CMYK00.370.720.46
HSL28.78º55.68%34.51%-
HSV(B)28.78º71.53%53.73%-
XYZ14.0112.123.52-
YUV95.8995.9157.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 39 (15.62% from 255) = 14.89%
R=52.29%
G=32.82%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137863900.370.720.4628.7855.6834.51
Hex895627025482E1d3823
Octal2111264704511056357043
Binary1000100110101101001110100101100100010111011101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895627; }

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

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

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

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

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

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

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

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