#724649

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

Shades of Tosca #724649

Tints of Tosca #724649

Color information

#724649 (or 0x724649) is unknown color: approx Tosca. HEX triplet: 72, 46 and 49. RGB value is (114,70,73). Sum of RGB (Red+Green+Blue) = 114+70+73=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #724649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724649 is #8DB9B6. Grayscale: #535353. Windows color (decimal): -9288119 or 4802162. OLE color: 4802162.

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

Color convert

RGB1147073-
CMYK00.390.360.55
HSL355.91º23.91%36.08%-
HSV(B)355.91º38.6%44.71%-
XYZ10.338.447.39-
YUV83.5122.08149.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.36%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=44.36%
G=27.24%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114707300.390.360.55355.9123.9136.08
Hex72464902724371641824
Octal16210611104744675443044
Binary111001010001101001001010011110010011011110110010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724649; }

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

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

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

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

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

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

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

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