#734849

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

Shades of Tosca #734849

Tints of Tosca #734849

Color information

#734849 (or 0x734849) is unknown color: approx Tosca. HEX triplet: 73, 48 and 49. RGB value is (115,72,73). Sum of RGB (Red+Green+Blue) = 115+72+73=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #734849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734849 is #8CB7B6. Grayscale: #555555. Windows color (decimal): -9222071 or 4802675. OLE color: 4802675.

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

Color convert

RGB1157273-
CMYK00.370.370.55
HSL358.6º22.99%36.67%-
HSV(B)358.6º37.39%45.1%-
XYZ10.598.767.44-
YUV84.97121.25149.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 73 (28.91% from 255) = 28.08%
R=44.23%
G=27.69%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115727300.370.370.55358.622.9936.67
Hex73484902525371671725
Octal16311011104545675472745
Binary111001110010001001001010010110010111011110110011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734849; }

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

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

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

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

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

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

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

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