#855E33

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

Shades of McKenzie #855E33

Tints of McKenzie #855E33

Color information

#855E33 (or 0x855E33) is unknown color: approx McKenzie. HEX triplet: 85, 5E and 33. RGB value is (133,94,51). Sum of RGB (Red+Green+Blue) = 133+94+51=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #855E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E33 is #7AA1CC. Grayscale: #646464. Windows color (decimal): -8036813 or 3366533. OLE color: 3366533.

HSL color Cylindrical-coordinate representation of color #855E33: hue angle of 31.46º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #855E33 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1339451-
CMYK00.290.620.48
HSL31.46º44.57%36.08%-
HSV(B)31.46º61.65%52.16%-
XYZ14.2713.234.93-
YUV100.7699.92151-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=47.84%
G=33.81%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133945100.290.620.4831.4644.5736.08
Hex855E3301D3E301f2d24
Octal205136630357660375544
Binary10000101101111011001101110111111011000011111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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