Html Css Color HEX #746248 Soya Bean

📋 copy color: '#746248'

red 116 ◦ green 98 ◦ blue 72

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

Shades of Soya Bean #746248

Tints of Soya Bean #746248

RGB

 RED value IS 116 (45.7% 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 value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#746248 (or 0x746248) is known color: 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

RGB 116 98 72 -
CMYK 0 0.16 0.38 0.55
HSL 35.45º 0.23% 0.37% -
HSV(B) 35.45º 0.38% 0.45% -
XYZ 12.74 12.92 7.95 -
YUV 100.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 116 98 72 0 0.16 0.38 0.55 35.45 0.23 0.37
Hex 74 62 48 0 10 26 37 23 17 25
Octal 164 142 110 0 20 46 67 43 27 45
Binary 1110100 1100010 1001000 0 10000 100110 110111 100011 10111 100101

Color Harmonies of #746248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746248

Black with #746248

Text Example


Text Example

White with #746248

Text Example


Text Example

HTML Codes & Css Web 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>