Html Css Color HEX #8F745F Beaver

📋 copy color: '#8F745F'

red 143 ◦ green 116 ◦ blue 95

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

Shades of Beaver #8F745F

Tints of Beaver #8F745F

RGB

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

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

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

R = 40.4%
G = 32.77%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F745F (or 0x8F745F) is known color: Beaver. HEX triplet: 8F, 74 and 5F. RGB value is (143,116,95). Sum of RGB (Red+Green+Blue) = 143+116+95=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F745F is #708BA0. Grayscale: #797979. Windows color (decimal): -7375777 or 6255759. OLE color: 6255759.

HSL color Cylindrical-coordinate representation of color #8F745F: hue angle of 26.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 #8F745F is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 116 95 -
CMYK 0 0.19 0.34 0.44
HSL 26.25º 0.2% 0.47% -
HSV(B) 26.25º 0.34% 0.56% -
XYZ 19.64 19.16 13.49 -
YUV 121.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 143 116 95 0 0.19 0.34 0.44 26.25 0.2 0.47
Hex 8F 74 5F 0 13 22 2C 1A 14 2F
Octal 217 164 137 0 23 42 54 32 24 57
Binary 10001111 1110100 1011111 0 10011 100010 101100 11010 10100 101111

Color Harmonies of #8F745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F745F

Black with #8F745F

Text Example


Text Example

White with #8F745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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