#734546

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

Shades of Tosca #734546

Tints of Tosca #734546

Color information

#734546 (or 0x734546) is unknown color: approx Tosca. HEX triplet: 73, 45 and 46. RGB value is (115,69,70). Sum of RGB (Red+Green+Blue) = 115+69+70=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #734546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734546 is #8CBAB9. Grayscale: #525252. Windows color (decimal): -9222842 or 4605299. OLE color: 4605299.

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

Color convert

RGB1156970-
CMYK00.40.390.55
HSL358.7º25%36.08%-
HSV(B)358.7º40%45.1%-
XYZ10.38.346.86-
YUV82.87120.74150.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 70 (27.73% from 255) = 27.56%
R=45.28%
G=27.17%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115697000.40.390.55358.72536.08
Hex73454602827371671924
Octal16310510605047675473144
Binary111001110001011000110010100010011111011110110011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734546; }

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

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

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

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

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

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

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

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