#895F36

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

Shades of McKenzie #895F36

Tints of McKenzie #895F36

Color information

#895F36 (or 0x895F36) is unknown color: approx McKenzie. HEX triplet: 89, 5F and 36. RGB value is (137,95,54). Sum of RGB (Red+Green+Blue) = 137+95+54=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #895F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F36 is #76A0C9. Grayscale: #676767. Windows color (decimal): -7774410 or 3563401. OLE color: 3563401.

HSL color Cylindrical-coordinate representation of color #895F36: hue angle of 29.64º 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 #895F36 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB1379554-
CMYK00.310.610.46
HSL29.64º43.46%37.45%-
HSV(B)29.64º60.58%53.73%-
XYZ15.0713.775.35-
YUV102.88100.41152.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.90%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=47.90%
G=33.22%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137955400.310.610.4629.6443.4637.45
Hex895F3601F3D2E1e2b25
Octal211137660377556365345
Binary10001001101111111011001111111110110111011110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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