#734549

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

Shades of Tosca #734549

Tints of Tosca #734549

Color information

#734549 (or 0x734549) is unknown color: approx Tosca. HEX triplet: 73, 45 and 49. RGB value is (115,69,73). Sum of RGB (Red+Green+Blue) = 115+69+73=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #734549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734549 is #8CBAB6. Grayscale: #535353. Windows color (decimal): -9222839 or 4801907. OLE color: 4801907.

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

Color convert

RGB1156973-
CMYK00.40.370.55
HSL354.78º25%36.08%-
HSV(B)354.78º40%45.1%-
XYZ10.48.387.37-
YUV83.21122.24150.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=44.75%
G=26.85%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115697300.40.370.55354.782536.08
Hex73454902825371631924
Octal16310511105045675433144
Binary111001110001011001001010100010010111011110110001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734549; }

 p { color: rgb(115,69,73); }

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

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

 a { background-color: rgb(115,69,73); }

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

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

 span { border-color: rgb(115,69,73); }

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