#895D36

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

Shades of McKenzie #895D36

Tints of McKenzie #895D36

Color information

#895D36 (or 0x895D36) is unknown color: approx McKenzie. HEX triplet: 89, 5D and 36. RGB value is (137,93,54). Sum of RGB (Red+Green+Blue) = 137+93+54=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #895D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D36 is #76A2C9. Grayscale: #656565. Windows color (decimal): -7774922 or 3562889. OLE color: 3562889.

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

Color convert

RGB1379354-
CMYK00.320.610.46
HSL28.19º43.46%37.45%-
HSV(B)28.19º60.58%53.73%-
XYZ14.913.415.29-
YUV101.71101.08153.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.24%
GREEN value IS 93 (36.72% from 255) = 32.75%
BLUE value IS 54 (21.48% from 255) = 19.01%
R=48.24%
G=32.75%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137935400.320.610.4628.1943.4637.45
Hex895D360203D2E1c2b25
Octal211135660407556345345
Binary100010011011101110110010000011110110111011100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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