#895A21

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

Shades of Afghan Tan #895A21

Tints of Afghan Tan #895A21

Color information

#895A21 (or 0x895A21) is unknown color: approx Afghan Tan. HEX triplet: 89, 5A and 21. RGB value is (137,90,33). Sum of RGB (Red+Green+Blue) = 137+90+33=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #895A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895A21 is #76A5DE. Grayscale: #616161. Windows color (decimal): -7775711 or 2185865. OLE color: 2185865.

HSL color Cylindrical-coordinate representation of color #895A21: hue angle of 32.88º 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 #895A21 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB1379033-
CMYK00.340.760.46
HSL32.88º61.18%33.33%-
HSV(B)32.88º75.91%53.73%-
XYZ14.2512.743.15-
YUV97.5691.57156.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 90 (35.55% from 255) = 34.62%
BLUE value IS 33 (13.28% from 255) = 12.69%
R=52.69%
G=34.62%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137903300.340.760.4632.8861.1833.33
Hex895A210224C2E213d21
Octal2111324104211456417541
Binary10001001101101010000101000101001100101110100001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895A21; }

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

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

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

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

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

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

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

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