Html Css Color HEX #726245 Soya Bean

📋 copy color: '#726245'

red 114 ◦ green 98 ◦ blue 69

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

Shades of Soya Bean #726245

Tints of Soya Bean #726245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.88%

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

R = 40.57%
G = 34.88%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#726245 (or 0x726245) is known color: Soya Bean. HEX triplet: 72, 62 and 45. RGB value is (114,98,69). Sum of RGB (Red+Green+Blue) = 114+98+69=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #726245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726245 is #8D9DBA. Grayscale: #636363. Windows color (decimal): -9280955 or 4547186. OLE color: 4547186.

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

Color convert

RGB 114 98 69 -
CMYK 0 0.14 0.39 0.55
HSL 38.67º 0.25% 0.36% -
HSV(B) 38.67º 0.39% 0.45% -
XYZ 12.38 12.74 7.44 -
YUV 99.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 114 98 69 0 0.14 0.39 0.55 38.67 0.25 0.36
Hex 72 62 45 0 E 27 37 27 19 24
Octal 162 142 105 0 16 47 67 47 31 44
Binary 1110010 1100010 1000101 0 1110 100111 110111 100111 11001 100100

Color Harmonies of #726245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726245

Black with #726245

Text Example


Text Example

White with #726245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726245; }

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

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

background-color css

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

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

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

border-color css

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

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

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