#734245

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

Shades of Tosca #734245

Tints of Tosca #734245

Color information

#734245 (or 0x734245) is unknown color: approx Tosca. HEX triplet: 73, 42 and 45. RGB value is (115,66,69). Sum of RGB (Red+Green+Blue) = 115+66+69=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #734245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734245 is #8CBDBA. Grayscale: #515151. Windows color (decimal): -9223611 or 4538995. OLE color: 4538995.

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

Color convert

RGB1156669-
CMYK00.430.40.55
HSL356.33º27.07%35.49%-
HSV(B)356.33º42.61%45.1%-
XYZ10.097.976.64-
YUV80.99121.23152.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 69 (27.34% from 255) = 27.6%
R=46%
G=26.4%
B=27.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115666900.430.40.55356.3327.0735.49
Hex73424502B28371641b23
Octal16310210505350675443343
Binary111001110000101000101010101110100011011110110010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734245; }

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

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

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

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

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

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

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

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