#895723

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

Shades of Afghan Tan #895723

Tints of Afghan Tan #895723

Color information

#895723 (or 0x895723) is unknown color: approx Afghan Tan. HEX triplet: 89, 57 and 23. RGB value is (137,87,35). Sum of RGB (Red+Green+Blue) = 137+87+35=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #895723 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895723 is #76A8DC. Grayscale: #606060. Windows color (decimal): -7776477 or 2316169. OLE color: 2316169.

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

Color convert

RGB1378735-
CMYK00.360.740.46
HSL30.59º59.3%33.73%-
HSV(B)30.59º74.45%53.73%-
XYZ14.0312.263.22-
YUV96.0293.56157.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 35 (14.06% from 255) = 13.51%
R=52.90%
G=33.59%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137873500.360.740.4630.5959.333.73
Hex8957230244A2E1f3b22
Octal2111274304411256377342
Binary1000100110101111000110100100100101010111011111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895723; }

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

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

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

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

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

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

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

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