Html Css Color HEX #8D7360 Beaver

📋 copy color: '#8D7360'

red 141 ◦ green 115 ◦ blue 96

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

Shades of Beaver #8D7360

Tints of Beaver #8D7360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

 BLUE value IS 96 (37.89% from 255) = 27.27%

R = 40.06%
G = 32.67%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8D7360 (or 0x8D7360) is known color: Beaver. HEX triplet: 8D, 73 and 60. RGB value is (141,115,96). Sum of RGB (Red+Green+Blue) = 141+115+96=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7360 is #728C9F. Grayscale: #787878. Windows color (decimal): -7507104 or 6321037. OLE color: 6321037.

HSL color Cylindrical-coordinate representation of color #8D7360: hue angle of 25.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D7360 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 115 96 -
CMYK 0 0.18 0.32 0.45
HSL 25.33º 0.19% 0.46% -
HSV(B) 25.33º 0.32% 0.55% -
XYZ 19.23 18.77 13.68 -
YUV 120.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 141 115 96 0 0.18 0.32 0.45 25.33 0.19 0.46
Hex 8D 73 60 0 12 20 2D 19 13 2E
Octal 215 163 140 0 22 40 55 31 23 56
Binary 10001101 1110011 1100000 0 10010 100000 101101 11001 10011 101110

Color Harmonies of #8D7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7360

Black with #8D7360

Text Example


Text Example

White with #8D7360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,115,96); }

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

background-color css

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

 a { background-color: rgb(141,115,96); }

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

border-color css

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

 span { border-color: rgb(141,115,96); }

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