#855D36

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

Shades of McKenzie #855D36

Tints of McKenzie #855D36

Color information

#855D36 (or 0x855D36) is unknown color: approx McKenzie. HEX triplet: 85, 5D and 36. RGB value is (133,93,54). Sum of RGB (Red+Green+Blue) = 133+93+54=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #855D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D36 is #7AA2C9. Grayscale: #646464. Windows color (decimal): -8037066 or 3562885. OLE color: 3562885.

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

Color convert

RGB1339354-
CMYK00.300.590.48
HSL29.62º42.25%36.67%-
HSV(B)29.62º59.4%52.16%-
XYZ14.2513.085.26-
YUV100.51101.75151.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 54 (21.48% from 255) = 19.29%
R=47.5%
G=33.21%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133935400.300.590.4829.6242.2536.67
Hex855D3601E3B301e2a25
Octal205135660367360365245
Binary10000101101110111011001111011101111000011110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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