#734145

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

Shades of Tosca #734145

Tints of Tosca #734145

Color information

#734145 (or 0x734145) is unknown color: approx Tosca. HEX triplet: 73, 41 and 45. RGB value is (115,65,69). Sum of RGB (Red+Green+Blue) = 115+65+69=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #734145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734145 is #8CBEBA. Grayscale: #505050. Windows color (decimal): -9223867 or 4538739. OLE color: 4538739.

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

Color convert

RGB1156569-
CMYK00.430.40.55
HSL355.2º27.78%35.29%-
HSV(B)355.2º43.48%45.1%-
XYZ10.037.866.62-
YUV80.41121.56152.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=46.18%
G=26.10%
B=27.71%

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
Decimal115656900.430.40.55355.227.7835.29
Hex73414502B28371631c23
Octal16310110505350675433443
Binary111001110000011000101010101110100011011110110001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734145; }

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

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

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

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

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

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

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

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