#895921

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

Shades of Afghan Tan #895921

Tints of Afghan Tan #895921

Color information

#895921 (or 0x895921) is unknown color: approx Afghan Tan. HEX triplet: 89, 59 and 21. RGB value is (137,89,33). Sum of RGB (Red+Green+Blue) = 137+89+33=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #895921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895921 is #76A6DE. Grayscale: #616161. Windows color (decimal): -7775967 or 2185609. OLE color: 2185609.

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

Color convert

RGB1378933-
CMYK00.350.760.46
HSL32.31º61.18%33.33%-
HSV(B)32.31º75.91%53.73%-
XYZ14.1612.573.12-
YUV96.9791.9156.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 33 (13.28% from 255) = 12.74%
R=52.90%
G=34.36%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137893300.350.760.4632.3161.1833.33
Hex8959210234C2E203d21
Octal2111314104311456407541
Binary10001001101100110000101000111001100101110100000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895921; }

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

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

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

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

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

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

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

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