Html Css Color HEX #8E745C Beaver

📋 copy color: '#8E745C'

red 142 ◦ green 116 ◦ blue 92

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

Shades of Beaver #8E745C

Tints of Beaver #8E745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 40.57%
G = 33.14%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E745C (or 0x8E745C) is known color: Beaver. HEX triplet: 8E, 74 and 5C. RGB value is (142,116,92). Sum of RGB (Red+Green+Blue) = 142+116+92=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E745C is #718BA3. Grayscale: #797979. Windows color (decimal): -7441316 or 6059150. OLE color: 6059150.

HSL color Cylindrical-coordinate representation of color #8E745C: hue angle of 28.8º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E745C is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 116 92 -
CMYK 0 0.18 0.35 0.44
HSL 28.8º 0.21% 0.46% -
HSV(B) 28.8º 0.35% 0.56% -
XYZ 19.33 19.01 12.78 -
YUV 121.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 142 116 92 0 0.18 0.35 0.44 28.8 0.21 0.46
Hex 8E 74 5C 0 12 23 2C 1D 15 2E
Octal 216 164 134 0 22 43 54 35 25 56
Binary 10001110 1110100 1011100 0 10010 100011 101100 11101 10101 101110

Color Harmonies of #8E745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E745C

Black with #8E745C

Text Example


Text Example

White with #8E745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,116,92); }

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

background-color css

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

 a { background-color: rgb(142,116,92); }

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

border-color css

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

 span { border-color: rgb(142,116,92); }

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