#786248

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

Shades of Soya Bean #786248

Tints of Soya Bean #786248

Color information

#786248 (or 0x786248) is unknown color: approx Soya Bean. HEX triplet: 78, 62 and 48. RGB value is (120,98,72). Sum of RGB (Red+Green+Blue) = 120+98+72=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #786248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786248 is #879DB7. Grayscale: #656565. Windows color (decimal): -8887736 or 4743800. OLE color: 4743800.

HSL color Cylindrical-coordinate representation of color #786248: hue angle of 32.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #786248 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1209872-
CMYK00.180.400.53
HSL32.5º25%37.65%-
HSV(B)32.5º40%47.06%-
XYZ13.2813.27.98-
YUV101.61111.29141.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.38%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 72 (28.52% from 255) = 24.83%
R=41.38%
G=33.79%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120987200.180.400.5332.52537.65
Hex7862480122835201926
Octal1701421100225065403146
Binary11110001100010100100001001010100011010110000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786248; }

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

 H1.HeaderClassName
 {
   color: #786248;
 }
 .AnyTagClassName
 {
   color: #786248;
 }
</style>
background-color css

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

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

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

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

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

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