#716248

Color #716248 Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #716248

Tints of Soya Bean #716248

Color information

#716248 (or 0x716248) is unknown color: approx 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

RGB1139872-
CMYK00.130.360.56
HSL38.05º22.16%36.27%-
HSV(B)38.05º36.28%44.31%-
XYZ12.3512.717.93-
YUV99.52112.47137.61-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113987200.130.360.5638.0522.1636.27
Hex7162480D2438261624
Octal1611421100154470462644
Binary1110001110001010010000110110010011100010011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>