#8D703E

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

Shades of McKenzie #8D703E

Tints of McKenzie #8D703E

Color information

#8D703E (or 0x8D703E) is unknown color: approx McKenzie. HEX triplet: 8D, 70 and 3E. RGB value is (141,112,62). Sum of RGB (Red+Green+Blue) = 141+112+62=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D703E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D703E is #728FC1. Grayscale: #737373. Windows color (decimal): -7507906 or 4092045. OLE color: 4092045.

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

Color convert

RGB14111262-
CMYK00.210.560.45
HSL37.97º38.92%39.8%-
HSV(B)37.97º56.03%55.29%-
XYZ17.6517.67.02-
YUV114.9798.11146.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=44.76%
G=35.56%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411126200.210.560.4537.9738.9239.8
Hex8D703E015382D262728
Octal215160760257055464750
Binary100011011110000111110010101111000101101100110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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