Html Css Color HEX #8C715E Beaver

📋 copy color: '#8C715E'

red 140 ◦ green 113 ◦ blue 94

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

Shades of Beaver #8C715E

Tints of Beaver #8C715E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 40.35%
G = 32.56%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8C715E (or 0x8C715E) is known color: Beaver. HEX triplet: 8C, 71 and 5E. RGB value is (140,113,94). Sum of RGB (Red+Green+Blue) = 140+113+94=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C715E is #738EA1. Grayscale: #777777. Windows color (decimal): -7573154 or 6189452. OLE color: 6189452.

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

Color convert

RGB 140 113 94 -
CMYK 0 0.19 0.33 0.45
HSL 24.78º 0.2% 0.46% -
HSV(B) 24.78º 0.33% 0.55% -
XYZ 18.74 18.19 13.11 -
YUV 118.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 140 113 94 0 0.19 0.33 0.45 24.78 0.2 0.46
Hex 8C 71 5E 0 13 21 2D 19 14 2E
Octal 214 161 136 0 23 41 55 31 24 56
Binary 10001100 1110001 1011110 0 10011 100001 101101 11001 10100 101110

Color Harmonies of #8C715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C715E

Black with #8C715E

Text Example


Text Example

White with #8C715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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