#746248

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

Shades of Soya Bean #746248

Tints of Soya Bean #746248

Color information

#746248 (or 0x746248) is unknown color: approx Soya Bean. HEX triplet: 74, 62 and 48. RGB value is (116,98,72). Sum of RGB (Red+Green+Blue) = 116+98+72=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #746248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746248 is #8B9DB7. Grayscale: #646464. Windows color (decimal): -9149880 or 4743796. OLE color: 4743796.

HSL color Cylindrical-coordinate representation of color #746248: hue angle of 35.45º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #746248 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1169872-
CMYK00.160.380.55
HSL35.45º23.4%36.86%-
HSV(B)35.45º37.93%45.49%-
XYZ12.7412.927.95-
YUV100.42111.96139.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=40.56%
G=34.27%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116987200.160.380.5535.4523.436.86
Hex7462480102637231725
Octal1641421100204667432745
Binary11101001100010100100001000010011011011110001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746248; }

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

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

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

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

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

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

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

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