#856538

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

Shades of McKenzie #856538

Tints of McKenzie #856538

Color information

#856538 (or 0x856538) is unknown color: approx McKenzie. HEX triplet: 85, 65 and 38. RGB value is (133,101,56). Sum of RGB (Red+Green+Blue) = 133+101+56=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #856538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856538 is #7A9AC7. Grayscale: #696969. Windows color (decimal): -8035016 or 3696005. OLE color: 3696005.

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

Color convert

RGB13310156-
CMYK00.240.580.48
HSL35.06º40.74%37.06%-
HSV(B)35.06º57.89%52.16%-
XYZ15.0414.585.76-
YUV105.44100.1147.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 56 (22.27% from 255) = 19.31%
R=45.86%
G=34.83%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331015600.240.580.4835.0640.7437.06
Hex8565380183A30232925
Octal205145700307260435145
Binary100001011100101111000011000111010110000100011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856538; }

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

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

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

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

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

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

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

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