#8D7040

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

Shades of McKenzie #8D7040

Tints of McKenzie #8D7040

Color information

#8D7040 (or 0x8D7040) is unknown color: approx McKenzie. HEX triplet: 8D, 70 and 40. RGB value is (141,112,64). Sum of RGB (Red+Green+Blue) = 141+112+64=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7040 is #728FBF. Grayscale: #737373. Windows color (decimal): -7507904 or 4223117. OLE color: 4223117.

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

Color convert

RGB14111264-
CMYK00.210.550.45
HSL37.4º37.56%40.2%-
HSV(B)37.4º54.61%55.29%-
XYZ17.717.627.32-
YUV115.299.11146.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.48%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=44.48%
G=35.33%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411126400.210.550.4537.437.5640.2
Hex8D7040015372D252628
Octal2151601000256755454650
Binary1000110111100001000000010101110111101101100101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,112,64); }

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

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

 a { background-color: rgb(141,112,64); }

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

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

 span { border-color: rgb(141,112,64); }

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