Html Css Color HEX #716148 Soya Bean

📋 copy color: '#716148'

red 113 ◦ green 97 ◦ blue 72

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

Shades of Soya Bean #716148

Tints of Soya Bean #716148

RGB

 RED value IS 113 (44.53% from 255) = 40.07%

 GREEN value IS 97 (38.28% from 255) = 34.4%

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 40.07%
G = 34.4%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#716148 (or 0x716148) is known color: Soya Bean. HEX triplet: 71, 61 and 48. RGB value is (113,97,72). Sum of RGB (Red+Green+Blue) = 113+97+72=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #716148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716148 is #8E9EB7. Grayscale: #636363. Windows color (decimal): -9346744 or 4743537. OLE color: 4743537.

HSL color Cylindrical-coordinate representation of color #716148: hue angle of 36.59º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #716148 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 97 72 -
CMYK 0 0.14 0.36 0.56
HSL 36.59º 0.22% 0.36% -
HSV(B) 36.59º 0.36% 0.44% -
XYZ 12.25 12.53 7.9 -
YUV 98.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 113 97 72 0 0.14 0.36 0.56 36.59 0.22 0.36
Hex 71 61 48 0 E 24 38 25 16 24
Octal 161 141 110 0 16 44 70 45 26 44
Binary 1110001 1100001 1001000 0 1110 100100 111000 100101 10110 100100

Color Harmonies of #716148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716148

Black with #716148

Text Example


Text Example

White with #716148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716148; }

 p { color: rgb(113,97,72); }

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

background-color css

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

 a { background-color: rgb(113,97,72); }

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

border-color css

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

 span { border-color: rgb(113,97,72); }

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