Html Css Color HEX #8D715E Beaver

📋 copy color: '#8D715E'

red 141 ◦ green 113 ◦ blue 94

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

Shades of Beaver #8D715E

Tints of Beaver #8D715E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 40.52%
G = 32.47%
B = 27.01%

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

#8D715E (or 0x8D715E) is known color: Beaver. HEX triplet: 8D, 71 and 5E. RGB value is (141,113,94). Sum of RGB (Red+Green+Blue) = 141+113+94=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D715E is #728EA1. Grayscale: #777777. Windows color (decimal): -7507618 or 6189453. OLE color: 6189453.

HSL color Cylindrical-coordinate representation of color #8D715E: hue angle of 24.26º degrees, saturation: 0.2, 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 #8D715E is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 113 94 -
CMYK 0 0.20 0.33 0.45
HSL 24.26º 0.2% 0.46% -
HSV(B) 24.26º 0.33% 0.55% -
XYZ 18.91 18.28 13.12 -
YUV 119.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 141 113 94 0 0.20 0.33 0.45 24.26 0.2 0.46
Hex 8D 71 5E 0 14 21 2D 18 14 2E
Octal 215 161 136 0 24 41 55 30 24 56
Binary 10001101 1110001 1011110 0 10100 100001 101101 11000 10100 101110

Color Harmonies of #8D715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D715E

Black with #8D715E

Text Example


Text Example

White with #8D715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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