Html Css Color HEX #8C715B Beaver

📋 copy color: '#8C715B'

red 140 ◦ green 113 ◦ blue 91

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

Shades of Beaver #8C715B

Tints of Beaver #8C715B

RGB

 RED value IS 140 (55.08% from 255) = 40.7%

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

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

R = 40.7%
G = 32.85%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C715B (or 0x8C715B) is known color: Beaver. HEX triplet: 8C, 71 and 5B. RGB value is (140,113,91). Sum of RGB (Red+Green+Blue) = 140+113+91=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C715B is #738EA4. Grayscale: #767676. Windows color (decimal): -7573157 or 5992844. OLE color: 5992844.

HSL color Cylindrical-coordinate representation of color #8C715B: hue angle of 26.94º degrees, saturation: 0.21, 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 #8C715B is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 113 91 -
CMYK 0 0.19 0.35 0.45
HSL 26.94º 0.21% 0.45% -
HSV(B) 26.94º 0.35% 0.55% -
XYZ 18.61 18.14 12.42 -
YUV 118.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 140 113 91 0 0.19 0.35 0.45 26.94 0.21 0.45
Hex 8C 71 5B 0 13 23 2D 1B 15 2D
Octal 214 161 133 0 23 43 55 33 25 55
Binary 10001100 1110001 1011011 0 10011 100011 101101 11011 10101 101101

Color Harmonies of #8C715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C715B

Black with #8C715B

Text Example


Text Example

White with #8C715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,113,91); }

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

background-color css

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

 a { background-color: rgb(140,113,91); }

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

border-color css

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

 span { border-color: rgb(140,113,91); }

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