#895421

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

Shades of Afghan Tan #895421

Tints of Afghan Tan #895421

Color information

#895421 (or 0x895421) is unknown color: approx Afghan Tan. HEX triplet: 89, 54 and 21. RGB value is (137,84,33). Sum of RGB (Red+Green+Blue) = 137+84+33=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #895421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895421 is #76ABDE. Grayscale: #5E5E5E. Windows color (decimal): -7777247 or 2184329. OLE color: 2184329.

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

Color convert

RGB1378433-
CMYK00.390.760.46
HSL29.42º61.18%33.33%-
HSV(B)29.42º75.91%53.73%-
XYZ13.7611.772.99-
YUV94.0393.56158.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.94%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 33 (13.28% from 255) = 12.99%
R=53.94%
G=33.07%
B=12.99%

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
Decimal137843300.390.760.4629.4261.1833.33
Hex8954210274C2E1d3d21
Octal2111244104711456357541
Binary1000100110101001000010100111100110010111011101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895421; }

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

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

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

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

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

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

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

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