#724040

Color #724040 Sanguine Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sanguine Brown #724040

Tints of Sanguine Brown #724040

Color information

#724040 (or 0x724040) is unknown color: approx Sanguine Brown. HEX triplet: 72, 40 and 40. RGB value is (114,64,64). Sum of RGB (Red+Green+Blue) = 114+64+64=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #724040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724040 is #8DBFBF. Grayscale: #4F4F4F. Windows color (decimal): -9289664 or 4210802. OLE color: 4210802.

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

Color convert

RGB1146464-
CMYK00.440.440.55
HSL28.09%34.9%-
HSV(B)43.86%44.71%-
XYZ9.77.615.81-
YUV78.95119.56153-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=47.11%
G=26.45%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114646400.440.440.55028.0934.9
Hex72404002C2C3701c23
Octal162100100054546703443
Binary1110010100000010000000101100101100110111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724040; }

 p { color: rgb(114,64,64); }

 H1.HeaderClassName
 {
   color: #724040;
 }
 .AnyTagClassName
 {
   color: #724040;
 }
</style>
background-color css

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

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

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

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

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

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