#855E34

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

Shades of McKenzie #855E34

Tints of McKenzie #855E34

Color information

#855E34 (or 0x855E34) is unknown color: approx McKenzie. HEX triplet: 85, 5E and 34. RGB value is (133,94,52). Sum of RGB (Red+Green+Blue) = 133+94+52=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #855E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E34 is #7AA1CB. Grayscale: #656565. Windows color (decimal): -8036812 or 3432069. OLE color: 3432069.

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

Color convert

RGB1339452-
CMYK00.290.610.48
HSL31.11º43.78%36.27%-
HSV(B)31.11º60.9%52.16%-
XYZ14.313.245.05-
YUV100.87100.42150.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=47.67%
G=33.69%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133945200.290.610.4831.1143.7836.27
Hex855E3401D3D301f2c24
Octal205136640357560375444
Binary10000101101111011010001110111110111000011111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855E34; }

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

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

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

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

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

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

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

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