#856139

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

Shades of McKenzie #856139

Tints of McKenzie #856139

Color information

#856139 (or 0x856139) is unknown color: approx McKenzie. HEX triplet: 85, 61 and 39. RGB value is (133,97,57). Sum of RGB (Red+Green+Blue) = 133+97+57=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #856139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856139 is #7A9EC6. Grayscale: #676767. Windows color (decimal): -8036039 or 3760517. OLE color: 3760517.

HSL color Cylindrical-coordinate representation of color #856139: hue angle of 31.58º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #856139 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1339757-
CMYK00.270.570.48
HSL31.58º40%37.25%-
HSV(B)31.58º57.14%52.16%-
XYZ14.6913.835.77-
YUV103.2101.93149.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 57 (22.66% from 255) = 19.86%
R=46.34%
G=33.80%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133975700.270.570.4831.584037.25
Hex85613901B3930202825
Octal205141710337160405045
Binary100001011100001111001011011111001110000100000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856139; }

 p { color: rgb(133,97,57); }

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

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

 a { background-color: rgb(133,97,57); }

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

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

 span { border-color: rgb(133,97,57); }

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