#845F37

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

Shades of McKenzie #845F37

Tints of McKenzie #845F37

Color information

#845F37 (or 0x845F37) is unknown color: approx McKenzie. HEX triplet: 84, 5F and 37. RGB value is (132,95,55). Sum of RGB (Red+Green+Blue) = 132+95+55=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #845F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F37 is #7BA0C8. Grayscale: #656565. Windows color (decimal): -8102089 or 3628932. OLE color: 3628932.

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

Color convert

RGB1329555-
CMYK00.280.580.48
HSL31.17º41.18%36.67%-
HSV(B)31.17º58.33%51.76%-
XYZ14.313.375.44-
YUV101.5101.76149.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 55 (21.88% from 255) = 19.50%
R=46.81%
G=33.69%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132955500.280.580.4831.1741.1836.67
Hex845F3701C3A301f2925
Octal204137670347260375145
Binary10000100101111111011101110011101011000011111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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