Html Css Color HEX #726149 Soya Bean

📋 copy color: '#726149'

red 114 ◦ green 97 ◦ blue 73

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

Shades of Soya Bean #726149

Tints of Soya Bean #726149

RGB

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

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

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

R = 40.14%
G = 34.15%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#726149 (or 0x726149) is known color: Soya Bean. HEX triplet: 72, 61 and 49. RGB value is (114,97,73). Sum of RGB (Red+Green+Blue) = 114+97+73=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #726149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726149 is #8D9EB6. Grayscale: #636363. Windows color (decimal): -9281207 or 4809074. OLE color: 4809074.

HSL color Cylindrical-coordinate representation of color #726149: hue angle of 35.12º 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 #726149 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 97 73 -
CMYK 0 0.15 0.36 0.55
HSL 35.12º 0.22% 0.37% -
HSV(B) 35.12º 0.36% 0.45% -
XYZ 12.42 12.61 8.08 -
YUV 99.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 114 97 73 0 0.15 0.36 0.55 35.12 0.22 0.37
Hex 72 61 49 0 F 24 37 23 16 25
Octal 162 141 111 0 17 44 67 43 26 45
Binary 1110010 1100001 1001001 0 1111 100100 110111 100011 10110 100101

Color Harmonies of #726149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726149

Black with #726149

Text Example


Text Example

White with #726149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726149; }

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

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

background-color css

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

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

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

border-color css

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

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

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