#856238

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

Shades of McKenzie #856238

Tints of McKenzie #856238

Color information

#856238 (or 0x856238) is unknown color: approx McKenzie. HEX triplet: 85, 62 and 38. RGB value is (133,98,56). Sum of RGB (Red+Green+Blue) = 133+98+56=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #856238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856238 is #7A9DC7. Grayscale: #676767. Windows color (decimal): -8035784 or 3695237. OLE color: 3695237.

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

Color convert

RGB1339856-
CMYK00.260.580.48
HSL32.73º40.74%37.06%-
HSV(B)32.73º57.89%52.16%-
XYZ14.7514.015.67-
YUV103.68101.1148.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=46.34%
G=34.15%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133985600.260.580.4832.7340.7437.06
Hex85623801A3A30212925
Octal205142700327260415145
Binary100001011100010111000011010111010110000100001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856238; }

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

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

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

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

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

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

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

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