#856A38

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

Shades of McKenzie #856A38

Tints of McKenzie #856A38

Color information

#856A38 (or 0x856A38) is unknown color: approx McKenzie. HEX triplet: 85, 6A and 38. RGB value is (133,106,56). Sum of RGB (Red+Green+Blue) = 133+106+56=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #856A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856A38 is #7A95C7. Grayscale: #6C6C6C. Windows color (decimal): -8033736 or 3697285. OLE color: 3697285.

HSL color Cylindrical-coordinate representation of color #856A38: hue angle of 38.96º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #856A38 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB13310656-
CMYK00.200.580.48
HSL38.96º40.74%37.06%-
HSV(B)38.96º57.89%52.16%-
XYZ15.5415.585.93-
YUV108.3798.45145.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=45.08%
G=35.93%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331065600.200.580.4838.9640.7437.06
Hex856A380143A30272925
Octal205152700247260475145
Binary100001011101010111000010100111010110000100111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,106,56); }

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

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

 a { background-color: rgb(133,106,56); }

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

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

 span { border-color: rgb(133,106,56); }

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