Html Css Color HEX #8E7163 Beaver

📋 copy color: '#8E7163'

red 142 ◦ green 113 ◦ blue 99

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

Shades of Beaver #8E7163

Tints of Beaver #8E7163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.97%

R = 40.11%
G = 31.92%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E7163 (or 0x8E7163) is known color: Beaver. HEX triplet: 8E, 71 and 63. RGB value is (142,113,99). Sum of RGB (Red+Green+Blue) = 142+113+99=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7163 is #718E9C. Grayscale: #787878. Windows color (decimal): -7442077 or 6517134. OLE color: 6517134.

HSL color Cylindrical-coordinate representation of color #8E7163: hue angle of 19.53º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E7163 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 113 99 -
CMYK 0 0.20 0.30 0.44
HSL 19.53º 0.18% 0.47% -
HSV(B) 19.53º 0.3% 0.56% -
XYZ 19.31 18.46 14.35 -
YUV 120.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 142 113 99 0 0.20 0.30 0.44 19.53 0.18 0.47
Hex 8E 71 63 0 14 1E 2C 14 12 2F
Octal 216 161 143 0 24 36 54 24 22 57
Binary 10001110 1110001 1100011 0 10100 11110 101100 10100 10010 101111

Color Harmonies of #8E7163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7163

Black with #8E7163

Text Example


Text Example

White with #8E7163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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