#8D714A

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

Shades of Shadow #8D714A

Tints of Shadow #8D714A

Color information

#8D714A (or 0x8D714A) is unknown color: approx Shadow. HEX triplet: 8D, 71 and 4A. RGB value is (141,113,74). Sum of RGB (Red+Green+Blue) = 141+113+74=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D714A is #728EB5. Grayscale: #757575. Windows color (decimal): -7507638 or 4878733. OLE color: 4878733.

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

Color convert

RGB14111374-
CMYK00.200.480.45
HSL34.93º31.16%42.16%-
HSV(B)34.93º47.52%55.29%-
XYZ18.1317.978.99-
YUV116.93103.78145.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.99%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=42.99%
G=34.45%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411137400.200.480.4534.9331.1642.16
Hex8D714A014302D231f2a
Octal2151611120246055433752
Binary100011011110001100101001010011000010110110001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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