#724349

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

Shades of Tosca #724349

Tints of Tosca #724349

Color information

#724349 (or 0x724349) is unknown color: approx Tosca. HEX triplet: 72, 43 and 49. RGB value is (114,67,73). Sum of RGB (Red+Green+Blue) = 114+67+73=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #724349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724349 is #8DBCB6. Grayscale: #515151. Windows color (decimal): -9288887 or 4801394. OLE color: 4801394.

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

Color convert

RGB1146773-
CMYK00.410.360.55
HSL352.34º25.97%35.49%-
HSV(B)352.34º41.23%44.71%-
XYZ10.158.077.33-
YUV81.74123.07151.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 73 (28.91% from 255) = 28.74%
R=44.88%
G=26.38%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114677300.410.360.55352.3425.9735.49
Hex72434902924371601a23
Octal16210311105144675403243
Binary111001010000111001001010100110010011011110110000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724349; }

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

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

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

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

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

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

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

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