#895827

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

Shades of Afghan Tan #895827

Tints of Afghan Tan #895827

Color information

#895827 (or 0x895827) is unknown color: approx Afghan Tan. HEX triplet: 89, 58 and 27. RGB value is (137,88,39). Sum of RGB (Red+Green+Blue) = 137+88+39=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #895827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895827 is #76A7D8. Grayscale: #616161. Windows color (decimal): -7776217 or 2578569. OLE color: 2578569.

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

Color convert

RGB1378839-
CMYK00.360.720.46
HSL30º55.68%34.51%-
HSV(B)30º71.53%53.73%-
XYZ14.1712.443.57-
YUV97.0695.23156.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.89%
GREEN value IS 88 (34.77% from 255) = 33.33%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=51.89%
G=33.33%
B=14.77%

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
Decimal137883900.360.720.463055.6834.51
Hex895827024482E1e3823
Octal2111304704411056367043
Binary1000100110110001001110100100100100010111011110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895827; }

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

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

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

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

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

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

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

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