Html Css Color HEX #726249 Soya Bean

📋 copy color: '#726249'

red 114 ◦ green 98 ◦ blue 73

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

Shades of Soya Bean #726249

Tints of Soya Bean #726249

RGB

 RED value IS 114 (44.92% from 255) = 40%

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

 BLUE value IS 73 (28.91% from 255) = 25.61%

R = 40%
G = 34.39%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#726249 (or 0x726249) is known color: Soya Bean. HEX triplet: 72, 62 and 49. RGB value is (114,98,73). Sum of RGB (Red+Green+Blue) = 114+98+73=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #726249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726249 is #8D9DB6. Grayscale: #646464. Windows color (decimal): -9280951 or 4809330. OLE color: 4809330.

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

Color convert

RGB 114 98 73 -
CMYK 0 0.14 0.36 0.55
HSL 36.59º 0.22% 0.37% -
HSV(B) 36.59º 0.36% 0.45% -
XYZ 12.51 12.79 8.11 -
YUV 99.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 114 98 73 0 0.14 0.36 0.55 36.59 0.22 0.37
Hex 72 62 49 0 E 24 37 25 16 25
Octal 162 142 111 0 16 44 67 45 26 45
Binary 1110010 1100010 1001001 0 1110 100100 110111 100101 10110 100101

Color Harmonies of #726249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726249

Black with #726249

Text Example


Text Example

White with #726249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726249; }

 p { color: rgb(114,98,73); }

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

background-color css

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

 a { background-color: rgb(114,98,73); }

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

border-color css

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

 span { border-color: rgb(114,98,73); }

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