#895321

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

Shades of Afghan Tan #895321

Tints of Afghan Tan #895321

Color information

#895321 (or 0x895321) is unknown color: approx Afghan Tan. HEX triplet: 89, 53 and 21. RGB value is (137,83,33). Sum of RGB (Red+Green+Blue) = 137+83+33=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #895321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895321 is #76ACDE. Grayscale: #5D5D5D. Windows color (decimal): -7777503 or 2184073. OLE color: 2184073.

HSL color Cylindrical-coordinate representation of color #895321: hue angle of 28.85º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #895321 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB1378333-
CMYK00.390.760.46
HSL28.85º61.18%33.33%-
HSV(B)28.85º75.91%53.73%-
XYZ13.6811.612.96-
YUV93.4593.89159.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.15%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=54.15%
G=32.81%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137833300.390.760.4628.8561.1833.33
Hex8953210274C2E1d3d21
Octal2111234104711456357541
Binary1000100110100111000010100111100110010111011101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895321; }

 p { color: rgb(137,83,33); }

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

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

 a { background-color: rgb(137,83,33); }

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

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

 span { border-color: rgb(137,83,33); }

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