#856034

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

Shades of McKenzie #856034

Tints of McKenzie #856034

Color information

#856034 (or 0x856034) is unknown color: approx McKenzie. HEX triplet: 85, 60 and 34. RGB value is (133,96,52). Sum of RGB (Red+Green+Blue) = 133+96+52=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #856034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856034 is #7A9FCB. Grayscale: #666666. Windows color (decimal): -8036300 or 3432581. OLE color: 3432581.

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

Color convert

RGB1339652-
CMYK00.280.610.48
HSL32.59º43.78%36.27%-
HSV(B)32.59º60.9%52.16%-
XYZ14.4813.65.11-
YUV102.0599.76150.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=47.33%
G=34.16%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133965200.280.610.4832.5943.7836.27
Hex85603401C3D30212c24
Octal205140640347560415444
Binary100001011100000110100011100111101110000100001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856034; }

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

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

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

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

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

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

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

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