Html Css Color HEX #8D6E59 Beaver

📋 copy color: '#8D6E59'

red 141 ◦ green 110 ◦ blue 89

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

Shades of Beaver #8D6E59

Tints of Beaver #8D6E59

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.35%

 BLUE value IS 89 (35.16% from 255) = 26.18%

R = 41.47%
G = 32.35%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8D6E59 (or 0x8D6E59) is known color: Beaver. HEX triplet: 8D, 6E and 59. RGB value is (141,110,89). Sum of RGB (Red+Green+Blue) = 141+110+89=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E59 is #7291A6. Grayscale: #747474. Windows color (decimal): -7508391 or 5861005. OLE color: 5861005.

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

Color convert

RGB 141 110 89 -
CMYK 0 0.22 0.37 0.45
HSL 24.23º 0.23% 0.45% -
HSV(B) 24.23º 0.37% 0.55% -
XYZ 18.36 17.54 11.87 -
YUV 116.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 141 110 89 0 0.22 0.37 0.45 24.23 0.23 0.45
Hex 8D 6E 59 0 16 25 2D 18 17 2D
Octal 215 156 131 0 26 45 55 30 27 55
Binary 10001101 1101110 1011001 0 10110 100101 101101 11000 10111 101101

Color Harmonies of #8D6E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6E59

Black with #8D6E59

Text Example


Text Example

White with #8D6E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,110,89); }

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

background-color css

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

 a { background-color: rgb(141,110,89); }

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

border-color css

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

 span { border-color: rgb(141,110,89); }

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