#895527

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

Shades of Afghan Tan #895527

Tints of Afghan Tan #895527

Color information

#895527 (or 0x895527) is unknown color: approx Afghan Tan. HEX triplet: 89, 55 and 27. RGB value is (137,85,39). Sum of RGB (Red+Green+Blue) = 137+85+39=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #895527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895527 is #76AAD8. Grayscale: #5F5F5F. Windows color (decimal): -7776985 or 2577801. OLE color: 2577801.

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

Color convert

RGB1378539-
CMYK00.380.720.46
HSL28.16º55.68%34.51%-
HSV(B)28.16º71.53%53.73%-
XYZ13.9311.963.49-
YUV95.396.23157.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 39 (15.62% from 255) = 14.94%
R=52.49%
G=32.57%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137853900.380.720.4628.1655.6834.51
Hex895527026482E1c3823
Octal2111254704611056347043
Binary1000100110101011001110100110100100010111011100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895527; }

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

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

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

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

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

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

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

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