#724045

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

Shades of Tosca #724045

Tints of Tosca #724045

Color information

#724045 (or 0x724045) is unknown color: approx Tosca. HEX triplet: 72, 40 and 45. RGB value is (114,64,69). Sum of RGB (Red+Green+Blue) = 114+64+69=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #724045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724045 is #8DBFBA. Grayscale: #4F4F4F. Windows color (decimal): -9289659 or 4538482. OLE color: 4538482.

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

Color convert

RGB1146469-
CMYK00.440.390.55
HSL354º28.09%34.9%-
HSV(B)354º43.86%44.71%-
XYZ9.857.676.59-
YUV79.52122.06152.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=46.15%
G=25.91%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114646900.440.390.5535428.0934.9
Hex72404502C27371621c23
Octal16210010505447675423443
Binary111001010000001000101010110010011111011110110001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724045; }

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

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

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

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

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

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

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

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