#724048

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

Shades of Tosca #724048

Tints of Tosca #724048

Color information

#724048 (or 0x724048) is unknown color: approx Tosca. HEX triplet: 72, 40 and 48. RGB value is (114,64,72). Sum of RGB (Red+Green+Blue) = 114+64+72=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #724048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724048 is #8DBFB7. Grayscale: #4F4F4F. Windows color (decimal): -9289656 or 4735090. OLE color: 4735090.

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

Color convert

RGB1146472-
CMYK00.440.370.55
HSL350.4º28.09%34.9%-
HSV(B)350.4º43.86%44.71%-
XYZ9.947.717.1-
YUV79.86123.56152.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=45.6%
G=25.6%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114647200.440.370.55350.428.0934.9
Hex72404802C253715e1c23
Octal16210011005445675363443
Binary111001010000001001000010110010010111011110101111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724048; }

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

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

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

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

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

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

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

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