#8D713D

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

Shades of McKenzie #8D713D

Tints of McKenzie #8D713D

Color information

#8D713D (or 0x8D713D) is unknown color: approx McKenzie. HEX triplet: 8D, 71 and 3D. RGB value is (141,113,61). Sum of RGB (Red+Green+Blue) = 141+113+61=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D713D is #728EC2. Grayscale: #737373. Windows color (decimal): -7507651 or 4026765. OLE color: 4026765.

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

Color convert

RGB14111361-
CMYK00.200.570.45
HSL39º39.6%39.61%-
HSV(B)39º56.74%55.29%-
XYZ17.7317.816.92-
YUV115.4497.28146.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 61 (24.22% from 255) = 19.37%
R=44.76%
G=35.87%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411136100.200.570.453939.639.61
Hex8D713D014392D272828
Octal215161750247155475050
Binary100011011110001111101010100111001101101100111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,113,61); }

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

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

 a { background-color: rgb(141,113,61); }

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

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

 span { border-color: rgb(141,113,61); }

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