#724548

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

Shades of Tosca #724548

Tints of Tosca #724548

Color information

#724548 (or 0x724548) is unknown color: approx Tosca. HEX triplet: 72, 45 and 48. RGB value is (114,69,72). Sum of RGB (Red+Green+Blue) = 114+69+72=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #724548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724548 is #8DBAB7. Grayscale: #525252. Windows color (decimal): -9288376 or 4736370. OLE color: 4736370.

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

Color convert

RGB1146972-
CMYK00.390.370.55
HSL356º24.59%35.88%-
HSV(B)356º39.47%44.71%-
XYZ10.248.37.19-
YUV82.8121.91150.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=44.71%
G=27.06%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114697200.390.370.5535624.5935.88
Hex72454802725371641924
Octal16210511004745675443144
Binary111001010001011001000010011110010111011110110010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724548; }

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

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

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

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

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

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

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

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