#895726

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

Shades of Afghan Tan #895726

Tints of Afghan Tan #895726

Color information

#895726 (or 0x895726) is unknown color: approx Afghan Tan. HEX triplet: 89, 57 and 26. RGB value is (137,87,38). Sum of RGB (Red+Green+Blue) = 137+87+38=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #895726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895726 is #76A8D9. Grayscale: #606060. Windows color (decimal): -7776474 or 2512777. OLE color: 2512777.

HSL color Cylindrical-coordinate representation of color #895726: hue angle of 29.7º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #895726 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB1378738-
CMYK00.360.720.46
HSL29.7º56.57%34.31%-
HSV(B)29.7º72.26%53.73%-
XYZ14.0712.273.46-
YUV96.3695.06156.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 38 (15.23% from 255) = 14.50%
R=52.29%
G=33.21%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137873800.360.720.4629.756.5734.31
Hex895726024482E1e3922
Octal2111274604411056367142
Binary1000100110101111001100100100100100010111011110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895726; }

 p { color: rgb(137,87,38); }

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

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

 a { background-color: rgb(137,87,38); }

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

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

 span { border-color: rgb(137,87,38); }

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