Html Css Color HEX #8F7360 Beaver

📋 copy color: '#8F7360'

red 143 ◦ green 115 ◦ blue 96

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

Shades of Beaver #8F7360

Tints of Beaver #8F7360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 40.4%
G = 32.49%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8F7360 (or 0x8F7360) is known color: Beaver. HEX triplet: 8F, 73 and 60. RGB value is (143,115,96). Sum of RGB (Red+Green+Blue) = 143+115+96=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7360 is #708C9F. Grayscale: #797979. Windows color (decimal): -7376032 or 6321039. OLE color: 6321039.

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

Color convert

RGB 143 115 96 -
CMYK 0 0.20 0.33 0.44
HSL 24.26º 0.2% 0.47% -
HSV(B) 24.26º 0.33% 0.56% -
XYZ 19.57 18.95 13.69 -
YUV 121.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 143 115 96 0 0.20 0.33 0.44 24.26 0.2 0.47
Hex 8F 73 60 0 14 21 2C 18 14 2F
Octal 217 163 140 0 24 41 54 30 24 57
Binary 10001111 1110011 1100000 0 10100 100001 101100 11000 10100 101111

Color Harmonies of #8F7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7360

Black with #8F7360

Text Example


Text Example

White with #8F7360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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