#845F38

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

Shades of McKenzie #845F38

Tints of McKenzie #845F38

Color information

#845F38 (or 0x845F38) is unknown color: approx McKenzie. HEX triplet: 84, 5F and 38. RGB value is (132,95,56). Sum of RGB (Red+Green+Blue) = 132+95+56=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #845F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F38 is #7BA0C7. Grayscale: #656565. Windows color (decimal): -8102088 or 3694468. OLE color: 3694468.

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

Color convert

RGB1329556-
CMYK00.280.580.48
HSL30.79º40.43%36.86%-
HSV(B)30.79º57.58%51.76%-
XYZ14.3213.385.57-
YUV101.62102.26149.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=46.64%
G=33.57%
B=19.79%

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
Decimal132955600.280.580.4830.7940.4336.86
Hex845F3801C3A301f2825
Octal204137700347260375045
Binary10000100101111111100001110011101011000011111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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