#856235

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

Shades of McKenzie #856235

Tints of McKenzie #856235

Color information

#856235 (or 0x856235) is unknown color: approx McKenzie. HEX triplet: 85, 62 and 35. RGB value is (133,98,53). Sum of RGB (Red+Green+Blue) = 133+98+53=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #856235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856235 is #7A9DCA. Grayscale: #676767. Windows color (decimal): -8035787 or 3498629. OLE color: 3498629.

HSL color Cylindrical-coordinate representation of color #856235: hue angle of 33.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #856235 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1339853-
CMYK00.260.600.48
HSL33.75º43.01%36.47%-
HSV(B)33.75º60.15%52.16%-
XYZ14.6813.985.29-
YUV103.3499.6149.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 53 (21.09% from 255) = 18.66%
R=46.83%
G=34.51%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133985300.260.600.4833.7543.0136.47
Hex85623501A3C30222b24
Octal205142650327460425344
Binary100001011100010110101011010111100110000100010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856235; }

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

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

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

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

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

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

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

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