#855C36

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

Shades of McKenzie #855C36

Tints of McKenzie #855C36

Color information

#855C36 (or 0x855C36) is unknown color: approx McKenzie. HEX triplet: 85, 5C and 36. RGB value is (133,92,54). Sum of RGB (Red+Green+Blue) = 133+92+54=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #855C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C36 is #7AA3C9. Grayscale: #646464. Windows color (decimal): -8037322 or 3562629. OLE color: 3562629.

HSL color Cylindrical-coordinate representation of color #855C36: hue angle of 28.86º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #855C36 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1339254-
CMYK00.310.590.48
HSL28.86º42.25%36.67%-
HSV(B)28.86º59.4%52.16%-
XYZ14.1712.915.23-
YUV99.93102.08151.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 54 (21.48% from 255) = 19.35%
R=47.67%
G=32.97%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133925400.310.590.4828.8642.2536.67
Hex855C3601F3B301d2a25
Octal205134660377360355245
Binary10000101101110011011001111111101111000011101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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