#856D3B

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

Shades of McKenzie #856D3B

Tints of McKenzie #856D3B

Color information

#856D3B (or 0x856D3B) is unknown color: approx McKenzie. HEX triplet: 85, 6D and 3B. RGB value is (133,109,59). Sum of RGB (Red+Green+Blue) = 133+109+59=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #856D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D3B is #7A92C4. Grayscale: #6E6E6E. Windows color (decimal): -8032965 or 3894661. OLE color: 3894661.

HSL color Cylindrical-coordinate representation of color #856D3B: hue angle of 40.54º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #856D3B is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB13310959-
CMYK00.180.560.48
HSL40.54º38.54%37.65%-
HSV(B)40.54º55.64%52.16%-
XYZ15.9316.246.43-
YUV110.4898.95144.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=44.19%
G=36.21%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331095900.180.560.4840.5438.5437.65
Hex856D3B0123830292726
Octal205155730227060514746
Binary100001011101101111011010010111000110000101001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856D3B; }

 p { color: rgb(133,109,59); }

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

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

 a { background-color: rgb(133,109,59); }

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

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

 span { border-color: rgb(133,109,59); }

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