Html Css Color HEX #8F735F Beaver

📋 copy color: '#8F735F'

red 143 ◦ green 115 ◦ blue 95

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

Shades of Beaver #8F735F

Tints of Beaver #8F735F

RGB

 RED value IS 143 (56.25% from 255) = 40.51%

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

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

R = 40.51%
G = 32.58%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F735F (or 0x8F735F) is known color: Beaver. HEX triplet: 8F, 73 and 5F. RGB value is (143,115,95). Sum of RGB (Red+Green+Blue) = 143+115+95=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F735F is #708CA0. Grayscale: #797979. Windows color (decimal): -7376033 or 6255503. OLE color: 6255503.

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

Color convert

RGB 143 115 95 -
CMYK 0 0.20 0.34 0.44
HSL 25º 0.2% 0.47% -
HSV(B) 25º 0.34% 0.56% -
XYZ 19.52 18.93 13.45 -
YUV 121.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 143 115 95 0 0.20 0.34 0.44 25 0.2 0.47
Hex 8F 73 5F 0 14 22 2C 19 14 2F
Octal 217 163 137 0 24 42 54 31 24 57
Binary 10001111 1110011 1011111 0 10100 100010 101100 11001 10100 101111

Color Harmonies of #8F735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F735F

Black with #8F735F

Text Example


Text Example

White with #8F735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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