#734345

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

Shades of Tosca #734345

Tints of Tosca #734345

Color information

#734345 (or 0x734345) is unknown color: approx Tosca. HEX triplet: 73, 43 and 45. RGB value is (115,67,69). Sum of RGB (Red+Green+Blue) = 115+67+69=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #734345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734345 is #8CBCBA. Grayscale: #515151. Windows color (decimal): -9223355 or 4539251. OLE color: 4539251.

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

Color convert

RGB1156769-
CMYK00.420.40.55
HSL357.5º26.37%35.69%-
HSV(B)357.5º41.74%45.1%-
XYZ10.158.096.66-
YUV81.58120.9151.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 69 (27.34% from 255) = 27.49%
R=45.82%
G=26.69%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115676900.420.40.55357.526.3735.69
Hex73434502A28371661a24
Octal16310310505250675463244
Binary111001110000111000101010101010100011011110110011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734345; }

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

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

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

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

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

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

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

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