#895F33

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

Shades of McKenzie #895F33

Tints of McKenzie #895F33

Color information

#895F33 (or 0x895F33) is unknown color: approx McKenzie. HEX triplet: 89, 5F and 33. RGB value is (137,95,51). Sum of RGB (Red+Green+Blue) = 137+95+51=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #895F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F33 is #76A0CC. Grayscale: #666666. Windows color (decimal): -7774413 or 3366793. OLE color: 3366793.

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

Color convert

RGB1379551-
CMYK00.310.630.46
HSL30.7º45.74%36.86%-
HSV(B)30.7º62.77%53.73%-
XYZ15.0113.744.99-
YUV102.5498.91152.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.41%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=48.41%
G=33.57%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137955100.310.630.4630.745.7436.86
Hex895F3301F3F2E1f2e25
Octal211137630377756375645
Binary10001001101111111001101111111111110111011111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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