Html Css Color HEX #8D705A Beaver

📋 copy color: '#8D705A'

red 141 ◦ green 112 ◦ blue 90

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

Shades of Beaver #8D705A

Tints of Beaver #8D705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 41.11%
G = 32.65%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8D705A (or 0x8D705A) is known color: Beaver. HEX triplet: 8D, 70 and 5A. RGB value is (141,112,90). Sum of RGB (Red+Green+Blue) = 141+112+90=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D705A is #728FA5. Grayscale: #767676. Windows color (decimal): -7507878 or 5927053. OLE color: 5927053.

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

Color convert

RGB 141 112 90 -
CMYK 0 0.21 0.36 0.45
HSL 25.88º 0.22% 0.45% -
HSV(B) 25.88º 0.36% 0.55% -
XYZ 18.62 17.99 12.16 -
YUV 118.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 141 112 90 0 0.21 0.36 0.45 25.88 0.22 0.45
Hex 8D 70 5A 0 15 24 2D 1A 16 2D
Octal 215 160 132 0 25 44 55 32 26 55
Binary 10001101 1110000 1011010 0 10101 100100 101101 11010 10110 101101

Color Harmonies of #8D705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D705A

Black with #8D705A

Text Example


Text Example

White with #8D705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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