#895522

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

Shades of Afghan Tan #895522

Tints of Afghan Tan #895522

Color information

#895522 (or 0x895522) is unknown color: approx Afghan Tan. HEX triplet: 89, 55 and 22. RGB value is (137,85,34). Sum of RGB (Red+Green+Blue) = 137+85+34=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #895522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895522 is #76AADD. Grayscale: #5E5E5E. Windows color (decimal): -7776990 or 2250121. OLE color: 2250121.

HSL color Cylindrical-coordinate representation of color #895522: hue angle of 29.71º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #895522 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB1378534-
CMYK00.380.750.46
HSL29.71º60.23%33.53%-
HSV(B)29.71º75.18%53.73%-
XYZ13.8511.933.09-
YUV94.7393.73158.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 34 (13.67% from 255) = 13.28%
R=53.52%
G=33.20%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137853400.380.750.4629.7160.2333.53
Hex8955220264B2E1e3c22
Octal2111254204611356367442
Binary1000100110101011000100100110100101110111011110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895522; }

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

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

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

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

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

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

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

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