#856440

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

Shades of McKenzie #856440

Tints of McKenzie #856440

Color information

#856440 (or 0x856440) is unknown color: approx McKenzie. HEX triplet: 85, 64 and 40. RGB value is (133,100,64). Sum of RGB (Red+Green+Blue) = 133+100+64=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #856440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856440 is #7A9BBF. Grayscale: #696969. Windows color (decimal): -8035264 or 4220037. OLE color: 4220037.

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

Color convert

RGB13310064-
CMYK00.250.520.48
HSL31.3º35.03%38.63%-
HSV(B)31.3º51.88%52.16%-
XYZ15.1614.476.84-
YUV105.76104.43147.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 64 (25.39% from 255) = 21.55%
R=44.78%
G=33.67%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331006400.250.520.4831.335.0338.63
Hex85644001934301f2327
Octal2051441000316460374347
Binary100001011100100100000001100111010011000011111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856440; }

 p { color: rgb(133,100,64); }

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

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

 a { background-color: rgb(133,100,64); }

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

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

 span { border-color: rgb(133,100,64); }

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