#895D33

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

Shades of McKenzie #895D33

Tints of McKenzie #895D33

Color information

#895D33 (or 0x895D33) is unknown color: approx McKenzie. HEX triplet: 89, 5D and 33. RGB value is (137,93,51). Sum of RGB (Red+Green+Blue) = 137+93+51=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #895D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D33 is #76A2CC. Grayscale: #656565. Windows color (decimal): -7774925 or 3366281. OLE color: 3366281.

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

Color convert

RGB1379351-
CMYK00.320.630.46
HSL29.3º45.74%36.86%-
HSV(B)29.3º62.77%53.73%-
XYZ14.8313.394.93-
YUV101.3799.58153.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.75%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 51 (20.31% from 255) = 18.15%
R=48.75%
G=33.10%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137935100.320.630.4629.345.7436.86
Hex895D330203F2E1d2e25
Octal211135630407756355645
Binary100010011011101110011010000011111110111011101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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