Html Css Color HEX #8D705B Beaver

📋 copy color: '#8D705B'

red 141 ◦ green 112 ◦ blue 91

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

Shades of Beaver #8D705B

Tints of Beaver #8D705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.45%

R = 40.99%
G = 32.56%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D705B (or 0x8D705B) is known color: Beaver. HEX triplet: 8D, 70 and 5B. RGB value is (141,112,91). Sum of RGB (Red+Green+Blue) = 141+112+91=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D705B is #728FA4. Grayscale: #767676. Windows color (decimal): -7507877 or 5992589. OLE color: 5992589.

HSL color Cylindrical-coordinate representation of color #8D705B: hue angle of 25.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D705B is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 112 91 -
CMYK 0 0.21 0.35 0.45
HSL 25.2º 0.22% 0.45% -
HSV(B) 25.2º 0.35% 0.55% -
XYZ 18.67 18.01 12.39 -
YUV 118.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 141 112 91 0 0.21 0.35 0.45 25.2 0.22 0.45
Hex 8D 70 5B 0 15 23 2D 19 16 2D
Octal 215 160 133 0 25 43 55 31 26 55
Binary 10001101 1110000 1011011 0 10101 100011 101101 11001 10110 101101

Color Harmonies of #8D705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D705B

Black with #8D705B

Text Example


Text Example

White with #8D705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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