#885F35

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

Shades of McKenzie #885F35

Tints of McKenzie #885F35

Color information

#885F35 (or 0x885F35) is unknown color: approx McKenzie. HEX triplet: 88, 5F and 35. RGB value is (136,95,53). Sum of RGB (Red+Green+Blue) = 136+95+53=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #885F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F35 is #77A0CA. Grayscale: #666666. Windows color (decimal): -7839947 or 3497864. OLE color: 3497864.

HSL color Cylindrical-coordinate representation of color #885F35: hue angle of 30.36º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #885F35 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1369553-
CMYK00.300.610.47
HSL30.36º43.92%37.06%-
HSV(B)30.36º61.03%53.33%-
XYZ14.8913.685.22-
YUV102.47100.08151.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 53 (21.09% from 255) = 18.66%
R=47.89%
G=33.45%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136955300.300.610.4730.3643.9237.06
Hex885F3501E3D2F1e2c25
Octal210137650367557365445
Binary10001000101111111010101111011110110111111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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