#724849

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

Shades of Tosca #724849

Tints of Tosca #724849

Color information

#724849 (or 0x724849) is unknown color: approx Tosca. HEX triplet: 72, 48 and 49. RGB value is (114,72,73). Sum of RGB (Red+Green+Blue) = 114+72+73=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #724849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724849 is #8DB7B6. Grayscale: #545454. Windows color (decimal): -9287607 or 4802674. OLE color: 4802674.

HSL color Cylindrical-coordinate representation of color #724849: hue angle of 358.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #724849 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1147273-
CMYK00.370.360.55
HSL358.57º22.58%36.47%-
HSV(B)358.57º36.84%44.71%-
XYZ10.468.697.43-
YUV84.67121.41148.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=44.02%
G=27.80%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114727300.370.360.55358.5722.5836.47
Hex72484902524371671724
Octal16211011104544675472744
Binary111001010010001001001010010110010011011110110011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724849; }

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

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

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

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

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

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

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

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