Html Css Color HEX #726145 Soya Bean

📋 copy color: '#726145'

red 114 ◦ green 97 ◦ blue 69

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

Shades of Soya Bean #726145

Tints of Soya Bean #726145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 40.71%
G = 34.64%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#726145 (or 0x726145) is known color: Soya Bean. HEX triplet: 72, 61 and 45. RGB value is (114,97,69). Sum of RGB (Red+Green+Blue) = 114+97+69=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #726145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726145 is #8D9EBA. Grayscale: #636363. Windows color (decimal): -9281211 or 4546930. OLE color: 4546930.

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

Color convert

RGB 114 97 69 -
CMYK 0 0.15 0.39 0.55
HSL 37.33º 0.25% 0.36% -
HSV(B) 37.33º 0.39% 0.45% -
XYZ 12.29 12.56 7.41 -
YUV 98.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 114 97 69 0 0.15 0.39 0.55 37.33 0.25 0.36
Hex 72 61 45 0 F 27 37 25 19 24
Octal 162 141 105 0 17 47 67 45 31 44
Binary 1110010 1100001 1000101 0 1111 100111 110111 100101 11001 100100

Color Harmonies of #726145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726145

Black with #726145

Text Example


Text Example

White with #726145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726145; }

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

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

background-color css

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

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

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

border-color css

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

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

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