#885a34

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

Shades of McKenzie #885A34

Tints of McKenzie #885A34

Color information

#885A34 (or 0x885A34) is unknown color: approx McKenzie. HEX triplet: 88, 5A and 34. RGB value is (136,90,52). Sum of RGB (Red+Green+Blue) = 136+90+52=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #885A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A34 is #77A5CB. Grayscale: #636363. Windows color (decimal): -7841228 or 3431048. OLE color: 3431048.

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

Color convert

RGB1369052-
CMYK00.340.620.47
HSL27.14º44.68%36.86%-
HSV(B)27.14º61.76%53.33%-
XYZ14.4312.794.96-
YUV99.42101.24154.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 52 (20.70% from 255) = 18.71%
R=48.92%
G=32.37%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136905200.340.620.4727.1444.6836.86
Hex885A340223E2F1b2d25
Octal210132640427657335545
Binary100010001011010110100010001011111010111111011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885a34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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