Html Css Color HEX #726448 Soya Bean

📋 copy color: '#726448'

red 114 ◦ green 100 ◦ blue 72

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

Shades of Soya Bean #726448

Tints of Soya Bean #726448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.97%

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 39.86%
G = 34.97%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#726448 (or 0x726448) is known color: Soya Bean. HEX triplet: 72, 64 and 48. RGB value is (114,100,72). Sum of RGB (Red+Green+Blue) = 114+100+72=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #726448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726448 is #8D9BB7. Grayscale: #656565. Windows color (decimal): -9280440 or 4744306. OLE color: 4744306.

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

Color convert

RGB 114 100 72 -
CMYK 0 0.12 0.37 0.55
HSL 40º 0.23% 0.36% -
HSV(B) 40º 0.37% 0.45% -
XYZ 12.67 13.16 8 -
YUV 100.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 114 100 72 0 0.12 0.37 0.55 40 0.23 0.36
Hex 72 64 48 0 C 25 37 28 17 24
Octal 162 144 110 0 14 45 67 50 27 44
Binary 1110010 1100100 1001000 0 1100 100101 110111 101000 10111 100100

Color Harmonies of #726448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726448

Black with #726448

Text Example


Text Example

White with #726448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726448; }

 p { color: rgb(114,100,72); }

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

background-color css

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

 a { background-color: rgb(114,100,72); }

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

border-color css

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

 span { border-color: rgb(114,100,72); }

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