#845D34

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

Shades of McKenzie #845D34

Tints of McKenzie #845D34

Color information

#845D34 (or 0x845D34) is unknown color: approx McKenzie. HEX triplet: 84, 5D and 34. RGB value is (132,93,52). Sum of RGB (Red+Green+Blue) = 132+93+52=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #845D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D34 is #7BA2CB. Grayscale: #646464. Windows color (decimal): -8102604 or 3431812. OLE color: 3431812.

HSL color Cylindrical-coordinate representation of color #845D34: hue angle of 30.75º 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 #845D34 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1329352-
CMYK00.300.610.48
HSL30.75º43.48%36.08%-
HSV(B)30.75º60.61%51.76%-
XYZ14.0512.985.01-
YUV99.99100.92150.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 93 (36.72% from 255) = 33.57%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=47.65%
G=33.57%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132935200.300.610.4830.7543.4836.08
Hex845D3401E3D301f2b24
Octal204135640367560375344
Binary10000100101110111010001111011110111000011111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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