Html Css Color HEX #726144 Soya Bean

📋 copy color: '#726144'

red 114 ◦ green 97 ◦ blue 68

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

Shades of Soya Bean #726144

Tints of Soya Bean #726144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.37%

R = 40.86%
G = 34.77%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#726144 (or 0x726144) is known color: Soya Bean. HEX triplet: 72, 61 and 44. RGB value is (114,97,68). Sum of RGB (Red+Green+Blue) = 114+97+68=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #726144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726144 is #8D9EBB. Grayscale: #626262. Windows color (decimal): -9281212 or 4481394. OLE color: 4481394.

HSL color Cylindrical-coordinate representation of color #726144: hue angle of 37.83º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #726144 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 97 68 -
CMYK 0 0.15 0.40 0.55
HSL 37.83º 0.25% 0.36% -
HSV(B) 37.83º 0.4% 0.45% -
XYZ 12.26 12.54 7.24 -
YUV 98.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 114 97 68 0 0.15 0.40 0.55 37.83 0.25 0.36
Hex 72 61 44 0 F 28 37 26 19 24
Octal 162 141 104 0 17 50 67 46 31 44
Binary 1110010 1100001 1000100 0 1111 101000 110111 100110 11001 100100

Color Harmonies of #726144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726144

Black with #726144

Text Example


Text Example

White with #726144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726144; }

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

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

background-color css

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

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

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

border-color css

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

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

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