#895D39

Color #895D39 McKenzie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of McKenzie #895D39

Tints of McKenzie #895D39

Color information

#895D39 (or 0x895D39) is unknown color: approx McKenzie. HEX triplet: 89, 5D and 39. RGB value is (137,93,57). Sum of RGB (Red+Green+Blue) = 137+93+57=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #895D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D39 is #76A2C6. Grayscale: #666666. Windows color (decimal): -7774919 or 3759497. OLE color: 3759497.

HSL color Cylindrical-coordinate representation of color #895D39: hue angle of 27º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #895D39 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1379357-
CMYK00.320.580.46
HSL27º41.24%38.04%-
HSV(B)27º58.39%53.73%-
XYZ14.9713.445.68-
YUV102.05102.58152.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 57 (22.66% from 255) = 19.86%
R=47.74%
G=32.40%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137935700.320.580.462741.2438.04
Hex895D390203A2E1b2926
Octal211135710407256335146
Binary100010011011101111001010000011101010111011011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895D39; }

 p { color: rgb(137,93,57); }

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

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

 a { background-color: rgb(137,93,57); }

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

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

 span { border-color: rgb(137,93,57); }

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