#734649

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

Shades of Tosca #734649

Tints of Tosca #734649

Color information

#734649 (or 0x734649) is unknown color: approx Tosca. HEX triplet: 73, 46 and 49. RGB value is (115,70,73). Sum of RGB (Red+Green+Blue) = 115+70+73=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #734649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734649 is #8CB9B6. Grayscale: #535353. Windows color (decimal): -9222583 or 4802163. OLE color: 4802163.

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

Color convert

RGB1157073-
CMYK00.390.370.55
HSL356º24.32%36.27%-
HSV(B)356º39.13%45.1%-
XYZ10.468.517.39-
YUV83.8121.91150.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 73 (28.91% from 255) = 28.29%
R=44.57%
G=27.13%
B=28.29%

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
Decimal115707300.390.370.5535624.3236.27
Hex73464902725371641824
Octal16310611104745675443044
Binary111001110001101001001010011110010111011110110010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734649; }

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

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

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

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

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

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

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

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