Html Css Color HEX #8D714B Shadow

📋 copy color: '#8D714B'

red 141 ◦ green 113 ◦ blue 75

#8D714B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shadow #8D714B

Tints of Shadow #8D714B

RGB

 RED value IS 141 (55.47% from 255) = 42.86%

 GREEN value IS 113 (44.53% from 255) = 34.35%

 BLUE value IS 75 (29.69% from 255) = 22.8%

R = 42.86%
G = 34.35%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8D714B (or 0x8D714B) is known color: Shadow. HEX triplet: 8D, 71 and 4B. RGB value is (141,113,75). Sum of RGB (Red+Green+Blue) = 141+113+75=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D714B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D714B is #728EB4. Grayscale: #757575. Windows color (decimal): -7507637 or 4944269. OLE color: 4944269.

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

Color convert

RGB 141 113 75 -
CMYK 0 0.20 0.47 0.45
HSL 34.55º 0.31% 0.42% -
HSV(B) 34.55º 0.47% 0.55% -
XYZ 18.16 17.98 9.17 -
YUV 117.04 104.28 145.09 -
System Red Green Blue C M Y K H S L
Decimal 141 113 75 0 0.20 0.47 0.45 34.55 0.31 0.42
Hex 8D 71 4B 0 14 2F 2D 23 1F 2A
Octal 215 161 113 0 24 57 55 43 37 52
Binary 10001101 1110001 1001011 0 10100 101111 101101 100011 11111 101010

Color Harmonies of #8D714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D714B

Black with #8D714B

Text Example


Text Example

White with #8D714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D714B;
 }
 .AnyTagClassName
 {
   color: #8D714B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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