Html Css Color HEX #716248 Soya Bean

📋 copy color: '#716248'

red 113 ◦ green 98 ◦ blue 72

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

Shades of Soya Bean #716248

Tints of Soya Bean #716248

RGB

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

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

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

R = 39.93%
G = 34.63%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#716248 (or 0x716248) is known color: Soya Bean. HEX triplet: 71, 62 and 48. RGB value is (113,98,72). Sum of RGB (Red+Green+Blue) = 113+98+72=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #716248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716248 is #8E9DB7. Grayscale: #636363. Windows color (decimal): -9346488 or 4743793. OLE color: 4743793.

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

Color convert

RGB 113 98 72 -
CMYK 0 0.13 0.36 0.56
HSL 38.05º 0.22% 0.36% -
HSV(B) 38.05º 0.36% 0.44% -
XYZ 12.35 12.71 7.93 -
YUV 99.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 113 98 72 0 0.13 0.36 0.56 38.05 0.22 0.36
Hex 71 62 48 0 D 24 38 26 16 24
Octal 161 142 110 0 15 44 70 46 26 44
Binary 1110001 1100010 1001000 0 1101 100100 111000 100110 10110 100100

Color Harmonies of #716248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716248

Black with #716248

Text Example


Text Example

White with #716248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716248; }

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

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

background-color css

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

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

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

border-color css

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

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

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