#856541

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

Shades of McKenzie #856541

Tints of McKenzie #856541

Color information

#856541 (or 0x856541) is unknown color: approx McKenzie. HEX triplet: 85, 65 and 41. RGB value is (133,101,65). Sum of RGB (Red+Green+Blue) = 133+101+65=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #856541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856541 is #7A9ABE. Grayscale: #6A6A6A. Windows color (decimal): -8035007 or 4285829. OLE color: 4285829.

HSL color Cylindrical-coordinate representation of color #856541: hue angle of 31.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #856541 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB13310165-
CMYK00.240.510.48
HSL31.76º34.34%38.82%-
HSV(B)31.76º51.13%52.16%-
XYZ15.2814.687.03-
YUV106.46104.6146.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=44.48%
G=33.78%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331016500.240.510.4831.7634.3438.82
Hex8565410183330202227
Octal2051451010306360404247
Binary1000010111001011000001011000110011110000100000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856541; }

 p { color: rgb(133,101,65); }

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

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

 a { background-color: rgb(133,101,65); }

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

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

 span { border-color: rgb(133,101,65); }

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