#845C36

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

Shades of McKenzie #845C36

Tints of McKenzie #845C36

Color information

#845C36 (or 0x845C36) is unknown color: approx McKenzie. HEX triplet: 84, 5C and 36. RGB value is (132,92,54). Sum of RGB (Red+Green+Blue) = 132+92+54=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #845C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C36 is #7BA3C9. Grayscale: #636363. Windows color (decimal): -8102858 or 3562628. OLE color: 3562628.

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

Color convert

RGB1329254-
CMYK00.300.590.48
HSL29.23º41.94%36.47%-
HSV(B)29.23º59.09%51.76%-
XYZ14.0112.835.23-
YUV99.63102.25151.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 54 (21.48% from 255) = 19.42%
R=47.48%
G=33.09%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132925400.300.590.4829.2341.9436.47
Hex845C3601E3B301d2a24
Octal204134660367360355244
Binary10000100101110011011001111011101111000011101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,92,54); }

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

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

 a { background-color: rgb(132,92,54); }

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

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

 span { border-color: rgb(132,92,54); }

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