#895824

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

Shades of Afghan Tan #895824

Tints of Afghan Tan #895824

Color information

#895824 (or 0x895824) is unknown color: approx Afghan Tan. HEX triplet: 89, 58 and 24. RGB value is (137,88,36). Sum of RGB (Red+Green+Blue) = 137+88+36=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #895824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895824 is #76A7DB. Grayscale: #606060. Windows color (decimal): -7776220 or 2381961. OLE color: 2381961.

HSL color Cylindrical-coordinate representation of color #895824: hue angle of 30.89º degrees, saturation: 0.58, 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 #895824 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB1378836-
CMYK00.360.740.46
HSL30.89º58.38%33.92%-
HSV(B)30.89º73.72%53.73%-
XYZ14.1212.433.32-
YUV96.7293.73156.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.49%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 36 (14.45% from 255) = 13.79%
R=52.49%
G=33.72%
B=13.79%

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
Decimal137883600.360.740.4630.8958.3833.92
Hex8958240244A2E1f3a22
Octal2111304404411256377242
Binary1000100110110001001000100100100101010111011111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895824; }

 p { color: rgb(137,88,36); }

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

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

 a { background-color: rgb(137,88,36); }

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

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

 span { border-color: rgb(137,88,36); }

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