Html Css Color HEX #716549 Soya Bean

📋 copy color: '#716549'

red 113 ◦ green 101 ◦ blue 73

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

Shades of Soya Bean #716549

Tints of Soya Bean #716549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

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

R = 39.37%
G = 35.19%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#716549 (or 0x716549) is known color: Soya Bean. HEX triplet: 71, 65 and 49. RGB value is (113,101,73). Sum of RGB (Red+Green+Blue) = 113+101+73=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #716549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716549 is #8E9AB6. Grayscale: #656565. Windows color (decimal): -9345719 or 4810097. OLE color: 4810097.

HSL color Cylindrical-coordinate representation of color #716549: hue angle of 42º 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 #716549 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 101 73 -
CMYK 0 0.11 0.35 0.56
HSL 42º 0.22% 0.36% -
HSV(B) 42º 0.35% 0.44% -
XYZ 12.67 13.3 8.2 -
YUV 101.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 113 101 73 0 0.11 0.35 0.56 42 0.22 0.36
Hex 71 65 49 0 B 23 38 2A 16 24
Octal 161 145 111 0 13 43 70 52 26 44
Binary 1110001 1100101 1001001 0 1011 100011 111000 101010 10110 100100

Color Harmonies of #716549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716549

Black with #716549

Text Example


Text Example

White with #716549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716549; }

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

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

background-color css

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

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

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

border-color css

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

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

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