Html Css Color HEX #8E735F Beaver

📋 copy color: '#8E735F'

red 142 ◦ green 115 ◦ blue 95

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

Shades of Beaver #8E735F

Tints of Beaver #8E735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

 BLUE value IS 95 (37.5% from 255) = 26.99%

R = 40.34%
G = 32.67%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E735F (or 0x8E735F) is known color: Beaver. HEX triplet: 8E, 73 and 5F. RGB value is (142,115,95). Sum of RGB (Red+Green+Blue) = 142+115+95=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E735F is #718CA0. Grayscale: #787878. Windows color (decimal): -7441569 or 6255502. OLE color: 6255502.

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

Color convert

RGB 142 115 95 -
CMYK 0 0.19 0.33 0.44
HSL 25.53º 0.2% 0.46% -
HSV(B) 25.53º 0.33% 0.56% -
XYZ 19.35 18.84 13.44 -
YUV 120.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 142 115 95 0 0.19 0.33 0.44 25.53 0.2 0.46
Hex 8E 73 5F 0 13 21 2C 1A 14 2E
Octal 216 163 137 0 23 41 54 32 24 56
Binary 10001110 1110011 1011111 0 10011 100001 101100 11010 10100 101110

Color Harmonies of #8E735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E735F

Black with #8E735F

Text Example


Text Example

White with #8E735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,115,95); }

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

background-color css

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

 a { background-color: rgb(142,115,95); }

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

border-color css

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

 span { border-color: rgb(142,115,95); }

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