Html Css Color HEX #8D705F Beaver

📋 copy color: '#8D705F'

red 141 ◦ green 112 ◦ blue 95

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

Shades of Beaver #8D705F

Tints of Beaver #8D705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

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

R = 40.52%
G = 32.18%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D705F (or 0x8D705F) is known color: Beaver. HEX triplet: 8D, 70 and 5F. RGB value is (141,112,95). Sum of RGB (Red+Green+Blue) = 141+112+95=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D705F is #728FA0. Grayscale: #767676. Windows color (decimal): -7507873 or 6254733. OLE color: 6254733.

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

Color convert

RGB 141 112 95 -
CMYK 0 0.21 0.33 0.45
HSL 22.17º 0.19% 0.46% -
HSV(B) 22.17º 0.33% 0.55% -
XYZ 18.84 18.08 13.32 -
YUV 118.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 141 112 95 0 0.21 0.33 0.45 22.17 0.19 0.46
Hex 8D 70 5F 0 15 21 2D 16 13 2E
Octal 215 160 137 0 25 41 55 26 23 56
Binary 10001101 1110000 1011111 0 10101 100001 101101 10110 10011 101110

Color Harmonies of #8D705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D705F

Black with #8D705F

Text Example


Text Example

White with #8D705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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