Html Css Color HEX #756248 Soya Bean

📋 copy color: '#756248'

red 117 ◦ green 98 ◦ blue 72

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

Shades of Soya Bean #756248

Tints of Soya Bean #756248

RGB

 RED value IS 117 (46.09% from 255) = 40.77%

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

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

R = 40.77%
G = 34.15%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#756248 (or 0x756248) is known color: Soya Bean. HEX triplet: 75, 62 and 48. RGB value is (117,98,72). Sum of RGB (Red+Green+Blue) = 117+98+72=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #756248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756248 is #8A9DB7. Grayscale: #646464. Windows color (decimal): -9084344 or 4743797. OLE color: 4743797.

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

Color convert

RGB 117 98 72 -
CMYK 0 0.16 0.38 0.54
HSL 34.67º 0.24% 0.37% -
HSV(B) 34.67º 0.38% 0.46% -
XYZ 12.87 12.99 7.96 -
YUV 100.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 117 98 72 0 0.16 0.38 0.54 34.67 0.24 0.37
Hex 75 62 48 0 10 26 36 23 18 25
Octal 165 142 110 0 20 46 66 43 30 45
Binary 1110101 1100010 1001000 0 10000 100110 110110 100011 11000 100101

Color Harmonies of #756248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756248

Black with #756248

Text Example


Text Example

White with #756248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756248; }

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

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

background-color css

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

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

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

border-color css

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

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

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