#845E34

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

Shades of McKenzie #845E34

Tints of McKenzie #845E34

Color information

#845E34 (or 0x845E34) is unknown color: approx McKenzie. HEX triplet: 84, 5E and 34. RGB value is (132,94,52). Sum of RGB (Red+Green+Blue) = 132+94+52=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #845E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E34 is #7BA1CB. Grayscale: #646464. Windows color (decimal): -8102348 or 3432068. OLE color: 3432068.

HSL color Cylindrical-coordinate representation of color #845E34: hue angle of 31.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #845E34 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1329452-
CMYK00.290.610.48
HSL31.5º43.48%36.08%-
HSV(B)31.5º60.61%51.76%-
XYZ14.1413.165.04-
YUV100.57100.59150.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 52 (20.70% from 255) = 18.71%
R=47.48%
G=33.81%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132945200.290.610.4831.543.4836.08
Hex845E3401D3D301f2b24
Octal204136640357560375344
Binary10000100101111011010001110111110111000011111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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