#73444A

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

Shades of Tosca #73444A

Tints of Tosca #73444A

Color information

#73444A (or 0x73444A) is unknown color: approx Tosca. HEX triplet: 73, 44 and 4A. RGB value is (115,68,74). Sum of RGB (Red+Green+Blue) = 115+68+74=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73444A is #8CBBB5. Grayscale: #525252. Windows color (decimal): -9223094 or 4867187. OLE color: 4867187.

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

Color convert

RGB1156874-
CMYK00.410.360.55
HSL352.34º25.68%35.88%-
HSV(B)352.34º40.87%45.1%-
XYZ10.378.277.53-
YUV82.74123.07151.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=44.75%
G=26.46%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115687400.410.360.55352.3425.6835.88
Hex73444A02924371601a24
Octal16310411205144675403244
Binary111001110001001001010010100110010011011110110000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73444A; }

 p { color: rgb(115,68,74); }

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

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

 a { background-color: rgb(115,68,74); }

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

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

 span { border-color: rgb(115,68,74); }

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