#8E5E35

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

Shades of McKenzie #8E5E35

Tints of McKenzie #8E5E35

Color information

#8E5E35 (or 0x8E5E35) is unknown color: approx McKenzie. HEX triplet: 8E, 5E and 35. RGB value is (142,94,53). Sum of RGB (Red+Green+Blue) = 142+94+53=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5E35 is #71A1CA. Grayscale: #676767. Windows color (decimal): -7446987 or 3497614. OLE color: 3497614.

HSL color Cylindrical-coordinate representation of color #8E5E35: hue angle of 27.64º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E5E35 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB1429453-
CMYK00.340.630.44
HSL27.64º45.64%38.24%-
HSV(B)27.64º62.68%55.69%-
XYZ15.814.015.24-
YUV103.6899.4155.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.13%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=49.13%
G=32.53%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142945300.340.630.4427.6445.6438.24
Hex8E5E350223F2C1c2e26
Octal216136650427754345646
Binary100011101011110110101010001011111110110011100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E5E35; }

 p { color: rgb(142,94,53); }

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

<style>
 a { background-color: #8E5E35; }

 a { background-color: rgb(142,94,53); }

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

<style>
 span { border-color: #8E5E35; }

 span { border-color: rgb(142,94,53); }

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