Html Css Color HEX #716249 Soya Bean

📋 copy color: '#716249'

red 113 ◦ green 98 ◦ blue 73

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

Shades of Soya Bean #716249

Tints of Soya Bean #716249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.51%

 BLUE value IS 73 (28.91% from 255) = 25.7%

R = 39.79%
G = 34.51%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#716249 (or 0x716249) is known color: Soya Bean. HEX triplet: 71, 62 and 49. RGB value is (113,98,73). Sum of RGB (Red+Green+Blue) = 113+98+73=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #716249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716249 is #8E9DB6. Grayscale: #636363. Windows color (decimal): -9346487 or 4809329. OLE color: 4809329.

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

Color convert

RGB 113 98 73 -
CMYK 0 0.13 0.35 0.56
HSL 37.5º 0.22% 0.36% -
HSV(B) 37.5º 0.35% 0.44% -
XYZ 12.38 12.73 8.11 -
YUV 99.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 113 98 73 0 0.13 0.35 0.56 37.5 0.22 0.36
Hex 71 62 49 0 D 23 38 26 16 24
Octal 161 142 111 0 15 43 70 46 26 44
Binary 1110001 1100010 1001001 0 1101 100011 111000 100110 10110 100100

Color Harmonies of #716249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716249

Black with #716249

Text Example


Text Example

White with #716249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716249; }

 p { color: rgb(113,98,73); }

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

background-color css

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

 a { background-color: rgb(113,98,73); }

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

border-color css

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

 span { border-color: rgb(113,98,73); }

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