#855E38

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

Shades of McKenzie #855E38

Tints of McKenzie #855E38

Color information

#855E38 (or 0x855E38) is unknown color: approx McKenzie. HEX triplet: 85, 5E and 38. RGB value is (133,94,56). Sum of RGB (Red+Green+Blue) = 133+94+56=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #855E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E38 is #7AA1C7. Grayscale: #656565. Windows color (decimal): -8036808 or 3694213. OLE color: 3694213.

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

Color convert

RGB1339456-
CMYK00.290.580.48
HSL29.61º40.74%37.06%-
HSV(B)29.61º57.89%52.16%-
XYZ14.3913.285.55-
YUV101.33102.42150.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=47.00%
G=33.22%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133945600.290.580.4829.6140.7437.06
Hex855E3801D3A301e2925
Octal205136700357260365145
Binary10000101101111011100001110111101011000011110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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