#856138

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

Shades of McKenzie #856138

Tints of McKenzie #856138

Color information

#856138 (or 0x856138) is unknown color: approx McKenzie. HEX triplet: 85, 61 and 38. RGB value is (133,97,56). Sum of RGB (Red+Green+Blue) = 133+97+56=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #856138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856138 is #7A9EC7. Grayscale: #676767. Windows color (decimal): -8036040 or 3694981. OLE color: 3694981.

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

Color convert

RGB1339756-
CMYK00.270.580.48
HSL31.95º40.74%37.06%-
HSV(B)31.95º57.89%52.16%-
XYZ14.6613.825.64-
YUV103.09101.43149.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 56 (22.27% from 255) = 19.58%
R=46.50%
G=33.92%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133975600.270.580.4831.9540.7437.06
Hex85613801B3A30202925
Octal205141700337260405145
Binary100001011100001111000011011111010110000100000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856138; }

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

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

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

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

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

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

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

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