#885F38

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

Shades of McKenzie #885F38

Tints of McKenzie #885F38

Color information

#885F38 (or 0x885F38) is unknown color: approx McKenzie. HEX triplet: 88, 5F and 38. RGB value is (136,95,56). Sum of RGB (Red+Green+Blue) = 136+95+56=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #885F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F38 is #77A0C7. Grayscale: #676767. Windows color (decimal): -7839944 or 3694472. OLE color: 3694472.

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

Color convert

RGB1369556-
CMYK00.300.590.47
HSL29.25º41.67%37.65%-
HSV(B)29.25º58.82%53.33%-
XYZ14.9613.75.6-
YUV102.81101.58151.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=47.39%
G=33.10%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136955600.300.590.4729.2541.6737.65
Hex885F3801E3B2F1d2a26
Octal210137700367357355246
Binary10001000101111111100001111011101110111111101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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