#724049

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

Shades of Tosca #724049

Tints of Tosca #724049

Color information

#724049 (or 0x724049) is unknown color: approx Tosca. HEX triplet: 72, 40 and 49. RGB value is (114,64,73). Sum of RGB (Red+Green+Blue) = 114+64+73=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #724049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724049 is #8DBFB6. Grayscale: #4F4F4F. Windows color (decimal): -9289655 or 4800626. OLE color: 4800626.

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

Color convert

RGB1146473-
CMYK00.440.360.55
HSL349.2º28.09%34.9%-
HSV(B)349.2º43.86%44.71%-
XYZ9.987.737.27-
YUV79.98124.06152.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 73 (28.91% from 255) = 29.08%
R=45.42%
G=25.50%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114647300.440.360.55349.228.0934.9
Hex72404902C243715d1c23
Octal16210011105444675353443
Binary111001010000001001001010110010010011011110101110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724049; }

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

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

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

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

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

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

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

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