Html Css Color HEX #726548 Soya Bean

📋 copy color: '#726548'

red 114 ◦ green 101 ◦ blue 72

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

Shades of Soya Bean #726548

Tints of Soya Bean #726548

RGB

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

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

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

R = 39.72%
G = 35.19%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#726548 (or 0x726548) is known color: Soya Bean. HEX triplet: 72, 65 and 48. RGB value is (114,101,72). Sum of RGB (Red+Green+Blue) = 114+101+72=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #726548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726548 is #8D9AB7. Grayscale: #656565. Windows color (decimal): -9280184 or 4744562. OLE color: 4744562.

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

Color convert

RGB 114 101 72 -
CMYK 0 0.11 0.37 0.55
HSL 41.43º 0.23% 0.36% -
HSV(B) 41.43º 0.37% 0.45% -
XYZ 12.76 13.35 8.04 -
YUV 101.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 114 101 72 0 0.11 0.37 0.55 41.43 0.23 0.36
Hex 72 65 48 0 B 25 37 29 17 24
Octal 162 145 110 0 13 45 67 51 27 44
Binary 1110010 1100101 1001000 0 1011 100101 110111 101001 10111 100100

Color Harmonies of #726548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726548

Black with #726548

Text Example


Text Example

White with #726548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726548; }

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

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

background-color css

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

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

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

border-color css

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

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

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