#845F36

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

Shades of McKenzie #845F36

Tints of McKenzie #845F36

Color information

#845F36 (or 0x845F36) is unknown color: approx McKenzie. HEX triplet: 84, 5F and 36. RGB value is (132,95,54). Sum of RGB (Red+Green+Blue) = 132+95+54=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #845F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F36 is #7BA0C9. Grayscale: #656565. Windows color (decimal): -8102090 or 3563396. OLE color: 3563396.

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

Color convert

RGB1329554-
CMYK00.280.590.48
HSL31.54º41.94%36.47%-
HSV(B)31.54º59.09%51.76%-
XYZ14.2713.365.32-
YUV101.39101.26149.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=46.98%
G=33.81%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132955400.280.590.4831.5441.9436.47
Hex845F3601C3B30202a24
Octal204137660347360405244
Binary100001001011111110110011100111011110000100000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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