#8E5E33

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

Shades of McKenzie #8E5E33

Tints of McKenzie #8E5E33

Color information

#8E5E33 (or 0x8E5E33) is unknown color: approx McKenzie. HEX triplet: 8E, 5E and 33. RGB value is (142,94,51). Sum of RGB (Red+Green+Blue) = 142+94+51=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5E33 is #71A1CC. Grayscale: #676767. Windows color (decimal): -7446989 or 3366542. OLE color: 3366542.

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

Color convert

RGB1429451-
CMYK00.340.640.44
HSL28.35º47.15%37.84%-
HSV(B)28.35º64.08%55.69%-
XYZ15.76145-
YUV103.4598.4155.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.48%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=49.48%
G=32.75%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142945100.340.640.4428.3547.1537.84
Hex8E5E33022402C1c2f26
Octal2161366304210054345746
Binary1000111010111101100110100010100000010110011100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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