Html Css Color HEX #8D7167 Beaver

📋 copy color: '#8D7167'

red 141 ◦ green 113 ◦ blue 103

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

Shades of Beaver #8D7167

Tints of Beaver #8D7167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.85%

R = 39.5%
G = 31.65%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8D7167 (or 0x8D7167) is known color: Beaver. HEX triplet: 8D, 71 and 67. RGB value is (141,113,103). Sum of RGB (Red+Green+Blue) = 141+113+103=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7167 is #728E98. Grayscale: #787878. Windows color (decimal): -7507609 or 6779277. OLE color: 6779277.

HSL color Cylindrical-coordinate representation of color #8D7167: hue angle of 15.79º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D7167 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 113 103 -
CMYK 0 0.20 0.27 0.45
HSL 15.79º 0.16% 0.48% -
HSV(B) 15.79º 0.27% 0.55% -
XYZ 19.34 18.45 15.37 -
YUV 120.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 141 113 103 0 0.20 0.27 0.45 15.79 0.16 0.48
Hex 8D 71 67 0 14 1B 2D 10 10 30
Octal 215 161 147 0 24 33 55 20 20 60
Binary 10001101 1110001 1100111 0 10100 11011 101101 10000 10000 110000

Color Harmonies of #8D7167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7167

Black with #8D7167

Text Example


Text Example

White with #8D7167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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