#845D37

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

Shades of McKenzie #845D37

Tints of McKenzie #845D37

Color information

#845D37 (or 0x845D37) is unknown color: approx McKenzie. HEX triplet: 84, 5D and 37. RGB value is (132,93,55). Sum of RGB (Red+Green+Blue) = 132+93+55=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #845D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D37 is #7BA2C8. Grayscale: #646464. Windows color (decimal): -8102601 or 3628420. OLE color: 3628420.

HSL color Cylindrical-coordinate representation of color #845D37: hue angle of 29.61º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #845D37 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1329355-
CMYK00.300.580.48
HSL29.61º41.18%36.67%-
HSV(B)29.61º58.33%51.76%-
XYZ14.1213.015.38-
YUV100.33102.42150.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 55 (21.88% from 255) = 19.64%
R=47.14%
G=33.21%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132935500.300.580.4829.6141.1836.67
Hex845D3701E3A301e2925
Octal204135670367260365145
Binary10000100101110111011101111011101011000011110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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