#8E713F

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

Shades of McKenzie #8E713F

Tints of McKenzie #8E713F

Color information

#8E713F (or 0x8E713F) is unknown color: approx McKenzie. HEX triplet: 8E, 71 and 3F. RGB value is (142,113,63). Sum of RGB (Red+Green+Blue) = 142+113+63=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E713F is #718EC0. Grayscale: #747474. Windows color (decimal): -7442113 or 4157838. OLE color: 4157838.

HSL color Cylindrical-coordinate representation of color #8E713F: hue angle of 37.97º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E713F is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB14211363-
CMYK00.200.560.44
HSL37.97º38.54%40.2%-
HSV(B)37.97º55.63%55.69%-
XYZ17.9617.927.22-
YUV115.9798.11146.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.65%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 63 (25% from 255) = 19.81%
R=44.65%
G=35.53%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421136300.200.560.4437.9738.5440.2
Hex8E713F014382C262728
Octal216161770247054464750
Binary100011101110001111111010100111000101100100110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,63); }

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

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

 a { background-color: rgb(142,113,63); }

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

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

 span { border-color: rgb(142,113,63); }

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