#855F36

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

Shades of McKenzie #855F36

Tints of McKenzie #855F36

Color information

#855F36 (or 0x855F36) is unknown color: approx McKenzie. HEX triplet: 85, 5F and 36. RGB value is (133,95,54). Sum of RGB (Red+Green+Blue) = 133+95+54=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #855F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F36 is #7AA0C9. Grayscale: #656565. Windows color (decimal): -8036554 or 3563397. OLE color: 3563397.

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

Color convert

RGB1339554-
CMYK00.290.590.48
HSL31.14º42.25%36.67%-
HSV(B)31.14º59.4%52.16%-
XYZ14.4313.445.32-
YUV101.69101.09150.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 54 (21.48% from 255) = 19.15%
R=47.16%
G=33.69%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133955400.290.590.4831.1442.2536.67
Hex855F3601D3B301f2a25
Octal205137660357360375245
Binary10000101101111111011001110111101111000011111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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