Html Css Color HEX #716448 Soya Bean

📋 copy color: '#716448'

red 113 ◦ green 100 ◦ blue 72

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

Shades of Soya Bean #716448

Tints of Soya Bean #716448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

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

R = 39.65%
G = 35.09%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#716448 (or 0x716448) is known color: Soya Bean. HEX triplet: 71, 64 and 48. RGB value is (113,100,72). Sum of RGB (Red+Green+Blue) = 113+100+72=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #716448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716448 is #8E9BB7. Grayscale: #646464. Windows color (decimal): -9345976 or 4744305. OLE color: 4744305.

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

Color convert

RGB 113 100 72 -
CMYK 0 0.12 0.36 0.56
HSL 40.98º 0.22% 0.36% -
HSV(B) 40.98º 0.36% 0.44% -
XYZ 12.54 13.09 8 -
YUV 100.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 113 100 72 0 0.12 0.36 0.56 40.98 0.22 0.36
Hex 71 64 48 0 C 24 38 29 16 24
Octal 161 144 110 0 14 44 70 51 26 44
Binary 1110001 1100100 1001000 0 1100 100100 111000 101001 10110 100100

Color Harmonies of #716448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716448

Black with #716448

Text Example


Text Example

White with #716448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716448; }

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

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

background-color css

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

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

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

border-color css

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

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

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