#895E34

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

Shades of McKenzie #895E34

Tints of McKenzie #895E34

Color information

#895E34 (or 0x895E34) is unknown color: approx McKenzie. HEX triplet: 89, 5E and 34. RGB value is (137,94,52). Sum of RGB (Red+Green+Blue) = 137+94+52=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #895E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E34 is #76A1CB. Grayscale: #666666. Windows color (decimal): -7774668 or 3432073. OLE color: 3432073.

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

Color convert

RGB1379452-
CMYK00.310.620.46
HSL29.65º44.97%37.06%-
HSV(B)29.65º62.04%53.73%-
XYZ14.9413.575.08-
YUV102.0799.75152.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.41%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=48.41%
G=33.22%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137945200.310.620.4629.6544.9737.06
Hex895E3401F3E2E1e2d25
Octal211136640377656365545
Binary10001001101111011010001111111111010111011110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,94,52); }

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

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

 a { background-color: rgb(137,94,52); }

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

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

 span { border-color: rgb(137,94,52); }

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