#856234

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

Shades of McKenzie #856234

Tints of McKenzie #856234

Color information

#856234 (or 0x856234) is unknown color: approx McKenzie. HEX triplet: 85, 62 and 34. RGB value is (133,98,52). Sum of RGB (Red+Green+Blue) = 133+98+52=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #856234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856234 is #7A9DCB. Grayscale: #676767. Windows color (decimal): -8035788 or 3433093. OLE color: 3433093.

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

Color convert

RGB1339852-
CMYK00.260.610.48
HSL34.07º43.78%36.27%-
HSV(B)34.07º60.9%52.16%-
XYZ14.6613.975.17-
YUV103.2299.1149.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=47.00%
G=34.63%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133985200.260.610.4834.0743.7836.27
Hex85623401A3D30222c24
Octal205142640327560425444
Binary100001011100010110100011010111101110000100010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856234; }

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

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

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

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

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

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

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

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