#744349

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

Shades of Tosca #744349

Tints of Tosca #744349

Color information

#744349 (or 0x744349) is unknown color: approx Tosca. HEX triplet: 74, 43 and 49. RGB value is (116,67,73). Sum of RGB (Red+Green+Blue) = 116+67+73=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #744349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744349 is #8BBCB6. Grayscale: #525252. Windows color (decimal): -9157815 or 4801396. OLE color: 4801396.

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

Color convert

RGB1166773-
CMYK00.420.370.55
HSL352.65º26.78%35.88%-
HSV(B)352.65º42.24%45.49%-
XYZ10.418.217.34-
YUV82.34122.73152.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=45.31%
G=26.17%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116677300.420.370.55352.6526.7835.88
Hex74434902A25371611b24
Octal16410311105245675413344
Binary111010010000111001001010101010010111011110110000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744349; }

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

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

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

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

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

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

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

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