#895F21

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

Shades of Afghan Tan #895F21

Tints of Afghan Tan #895F21

Color information

#895F21 (or 0x895F21) is unknown color: approx Afghan Tan. HEX triplet: 89, 5F and 21. RGB value is (137,95,33). Sum of RGB (Red+Green+Blue) = 137+95+33=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #895F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F21 is #76A0DE. Grayscale: #646464. Windows color (decimal): -7774431 or 2187145. OLE color: 2187145.

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

Color convert

RGB1379533-
CMYK00.310.760.46
HSL35.77º61.18%33.33%-
HSV(B)35.77º75.91%53.73%-
XYZ14.6813.613.29-
YUV100.4989.91154.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.70%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 33 (13.28% from 255) = 12.45%
R=51.70%
G=35.85%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137953300.310.760.4635.7761.1833.33
Hex895F2101F4C2E243d21
Octal2111374103711456447541
Binary1000100110111111000010111111001100101110100100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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