Html Css Color HEX #756148 Soya Bean

📋 copy color: '#756148'

red 117 ◦ green 97 ◦ blue 72

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

Shades of Soya Bean #756148

Tints of Soya Bean #756148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.92%

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

R = 40.91%
G = 33.92%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#756148 (or 0x756148) is known color: Soya Bean. HEX triplet: 75, 61 and 48. RGB value is (117,97,72). Sum of RGB (Red+Green+Blue) = 117+97+72=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #756148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756148 is #8A9EB7. Grayscale: #646464. Windows color (decimal): -9084600 or 4743541. OLE color: 4743541.

HSL color Cylindrical-coordinate representation of color #756148: hue angle of 33.33º 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 #756148 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 72 -
CMYK 0 0.17 0.38 0.54
HSL 33.33º 0.24% 0.37% -
HSV(B) 33.33º 0.38% 0.46% -
XYZ 12.78 12.8 7.93 -
YUV 100.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 117 97 72 0 0.17 0.38 0.54 33.33 0.24 0.37
Hex 75 61 48 0 11 26 36 21 18 25
Octal 165 141 110 0 21 46 66 41 30 45
Binary 1110101 1100001 1001000 0 10001 100110 110110 100001 11000 100101

Color Harmonies of #756148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756148

Black with #756148

Text Example


Text Example

White with #756148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756148; }

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

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

background-color css

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

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

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

border-color css

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

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

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