#885F34

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

Shades of McKenzie #885F34

Tints of McKenzie #885F34

Color information

#885F34 (or 0x885F34) is unknown color: approx McKenzie. HEX triplet: 88, 5F and 34. RGB value is (136,95,52). Sum of RGB (Red+Green+Blue) = 136+95+52=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #885F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F34 is #77A0CB. Grayscale: #666666. Windows color (decimal): -7839948 or 3432328. OLE color: 3432328.

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

Color convert

RGB1369552-
CMYK00.300.620.47
HSL30.71º44.68%36.86%-
HSV(B)30.71º61.76%53.33%-
XYZ14.8713.675.1-
YUV102.3699.58152-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.06%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=48.06%
G=33.57%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136955200.300.620.4730.7144.6836.86
Hex885F3401E3E2F1f2d25
Octal210137640367657375545
Binary10001000101111111010001111011111010111111111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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