#885D38

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

Shades of McKenzie #885D38

Tints of McKenzie #885D38

Color information

#885D38 (or 0x885D38) is unknown color: approx McKenzie. HEX triplet: 88, 5D and 38. RGB value is (136,93,56). Sum of RGB (Red+Green+Blue) = 136+93+56=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #885D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D38 is #77A2C7. Grayscale: #656565. Windows color (decimal): -7840456 or 3693960. OLE color: 3693960.

HSL color Cylindrical-coordinate representation of color #885D38: hue angle of 27.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #885D38 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1369356-
CMYK00.320.590.47
HSL27.75º41.67%37.65%-
HSV(B)27.75º58.82%53.33%-
XYZ14.7813.355.54-
YUV101.64102.25152.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=47.72%
G=32.63%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136935600.320.590.4727.7541.6737.65
Hex885D380203B2F1c2a26
Octal210135700407357345246
Binary100010001011101111000010000011101110111111100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885D38; }

 p { color: rgb(136,93,56); }

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

<style>
 a { background-color: #885D38; }

 a { background-color: rgb(136,93,56); }

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

<style>
 span { border-color: #885D38; }

 span { border-color: rgb(136,93,56); }

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