Html Css Color HEX #726549 Soya Bean

📋 copy color: '#726549'

red 114 ◦ green 101 ◦ blue 73

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

Shades of Soya Bean #726549

Tints of Soya Bean #726549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.07%

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

R = 39.58%
G = 35.07%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#726549 (or 0x726549) is known color: Soya Bean. HEX triplet: 72, 65 and 49. RGB value is (114,101,73). Sum of RGB (Red+Green+Blue) = 114+101+73=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #726549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726549 is #8D9AB6. Grayscale: #656565. Windows color (decimal): -9280183 or 4810098. OLE color: 4810098.

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

Color convert

RGB 114 101 73 -
CMYK 0 0.11 0.36 0.55
HSL 40.98º 0.22% 0.37% -
HSV(B) 40.98º 0.36% 0.45% -
XYZ 12.8 13.37 8.21 -
YUV 101.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 114 101 73 0 0.11 0.36 0.55 40.98 0.22 0.37
Hex 72 65 49 0 B 24 37 29 16 25
Octal 162 145 111 0 13 44 67 51 26 45
Binary 1110010 1100101 1001001 0 1011 100100 110111 101001 10110 100101

Color Harmonies of #726549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726549

Black with #726549

Text Example


Text Example

White with #726549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726549; }

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

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

background-color css

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

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

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

border-color css

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

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

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