Html Css Color HEX #8E715A Beaver

📋 copy color: '#8E715A'

red 142 ◦ green 113 ◦ blue 90

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

Shades of Beaver #8E715A

Tints of Beaver #8E715A

RGB

 RED value IS 142 (55.86% from 255) = 41.16%

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

 BLUE value IS 90 (35.55% from 255) = 26.09%

R = 41.16%
G = 32.75%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E715A (or 0x8E715A) is known color: Beaver. HEX triplet: 8E, 71 and 5A. RGB value is (142,113,90). Sum of RGB (Red+Green+Blue) = 142+113+90=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E715A is #718EA5. Grayscale: #777777. Windows color (decimal): -7442086 or 5927310. OLE color: 5927310.

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

Color convert

RGB 142 113 90 -
CMYK 0 0.20 0.37 0.44
HSL 26.54º 0.22% 0.45% -
HSV(B) 26.54º 0.37% 0.56% -
XYZ 18.91 18.3 12.21 -
YUV 119.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 142 113 90 0 0.20 0.37 0.44 26.54 0.22 0.45
Hex 8E 71 5A 0 14 25 2C 1B 16 2D
Octal 216 161 132 0 24 45 54 33 26 55
Binary 10001110 1110001 1011010 0 10100 100101 101100 11011 10110 101101

Color Harmonies of #8E715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E715A

Black with #8E715A

Text Example


Text Example

White with #8E715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,113,90); }

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

background-color css

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

 a { background-color: rgb(142,113,90); }

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

border-color css

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

 span { border-color: rgb(142,113,90); }

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