#734749

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

Shades of Tosca #734749

Tints of Tosca #734749

Color information

#734749 (or 0x734749) is unknown color: approx Tosca. HEX triplet: 73, 47 and 49. RGB value is (115,71,73). Sum of RGB (Red+Green+Blue) = 115+71+73=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #734749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734749 is #8CB8B6. Grayscale: #545454. Windows color (decimal): -9222327 or 4802419. OLE color: 4802419.

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

Color convert

RGB1157173-
CMYK00.380.370.55
HSL357.27º23.66%36.47%-
HSV(B)357.27º38.26%45.1%-
XYZ10.538.637.41-
YUV84.38121.58149.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.40%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=44.40%
G=27.41%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115717300.380.370.55357.2723.6636.47
Hex73474902625371651824
Octal16310711104645675453044
Binary111001110001111001001010011010010111011110110010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734749; }

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

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

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

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

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

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

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

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