Html Css Color HEX #8D715F Beaver

📋 copy color: '#8D715F'

red 141 ◦ green 113 ◦ blue 95

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

Shades of Beaver #8D715F

Tints of Beaver #8D715F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.22%

R = 40.4%
G = 32.38%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D715F (or 0x8D715F) is known color: Beaver. HEX triplet: 8D, 71 and 5F. RGB value is (141,113,95). Sum of RGB (Red+Green+Blue) = 141+113+95=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D715F is #728EA0. Grayscale: #777777. Windows color (decimal): -7507617 or 6254989. OLE color: 6254989.

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

Color convert

RGB 141 113 95 -
CMYK 0 0.20 0.33 0.45
HSL 23.48º 0.19% 0.46% -
HSV(B) 23.48º 0.33% 0.55% -
XYZ 18.96 18.3 13.36 -
YUV 119.32 114.28 143.46 -
System Red Green Blue C M Y K H S L
Decimal 141 113 95 0 0.20 0.33 0.45 23.48 0.19 0.46
Hex 8D 71 5F 0 14 21 2D 17 13 2E
Octal 215 161 137 0 24 41 55 27 23 56
Binary 10001101 1110001 1011111 0 10100 100001 101101 10111 10011 101110

Color Harmonies of #8D715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D715F

Black with #8D715F

Text Example


Text Example

White with #8D715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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