#855C33

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

Shades of McKenzie #855C33

Tints of McKenzie #855C33

Color information

#855C33 (or 0x855C33) is unknown color: approx McKenzie. HEX triplet: 85, 5C and 33. RGB value is (133,92,51). Sum of RGB (Red+Green+Blue) = 133+92+51=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #855C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C33 is #7AA3CC. Grayscale: #636363. Windows color (decimal): -8037325 or 3366021. OLE color: 3366021.

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

Color convert

RGB1339251-
CMYK00.310.620.48
HSL30º44.57%36.08%-
HSV(B)30º61.65%52.16%-
XYZ14.112.884.88-
YUV99.58100.58151.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 18.48%
R=48.19%
G=33.33%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133925100.310.620.483044.5736.08
Hex855C3301F3E301e2d24
Octal205134630377660365544
Binary10000101101110011001101111111111011000011110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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