#734448

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

Shades of Tosca #734448

Tints of Tosca #734448

Color information

#734448 (or 0x734448) is unknown color: approx Tosca. HEX triplet: 73, 44 and 48. RGB value is (115,68,72). Sum of RGB (Red+Green+Blue) = 115+68+72=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #734448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734448 is #8CBBB7. Grayscale: #525252. Windows color (decimal): -9223096 or 4736115. OLE color: 4736115.

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

Color convert

RGB1156872-
CMYK00.410.370.55
HSL354.89º25.68%35.88%-
HSV(B)354.89º40.87%45.1%-
XYZ10.318.257.18-
YUV82.51122.07151.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=45.10%
G=26.67%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115687200.410.370.55354.8925.6835.88
Hex73444802925371631a24
Octal16310411005145675433244
Binary111001110001001001000010100110010111011110110001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734448; }

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

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

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

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

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

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

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

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