#856434

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

Shades of McKenzie #856434

Tints of McKenzie #856434

Color information

#856434 (or 0x856434) is unknown color: approx McKenzie. HEX triplet: 85, 64 and 34. RGB value is (133,100,52). Sum of RGB (Red+Green+Blue) = 133+100+52=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #856434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856434 is #7A9BCB. Grayscale: #686868. Windows color (decimal): -8035276 or 3433605. OLE color: 3433605.

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

Color convert

RGB13310052-
CMYK00.250.610.48
HSL35.56º43.78%36.27%-
HSV(B)35.56º60.9%52.16%-
XYZ14.8514.355.24-
YUV104.3998.43148.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 52 (20.70% from 255) = 18.25%
R=46.67%
G=35.09%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331005200.250.610.4835.5643.7836.27
Hex8564340193D30242c24
Octal205144640317560445444
Binary100001011100100110100011001111101110000100100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856434; }

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

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

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

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

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

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

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

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