#734048

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

Shades of Tosca #734048

Tints of Tosca #734048

Color information

#734048 (or 0x734048) is unknown color: approx Tosca. HEX triplet: 73, 40 and 48. RGB value is (115,64,72). Sum of RGB (Red+Green+Blue) = 115+64+72=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #734048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734048 is #8CBFB7. Grayscale: #505050. Windows color (decimal): -9224120 or 4735091. OLE color: 4735091.

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

Color convert

RGB1156472-
CMYK00.440.370.55
HSL350.59º28.49%35.1%-
HSV(B)350.59º44.35%45.1%-
XYZ10.077.787.1-
YUV80.16123.4152.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=45.82%
G=25.50%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115647200.440.370.55350.5928.4935.1
Hex73404802C253715f1c23
Octal16310011005445675373443
Binary111001110000001001000010110010010111011110101111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734048; }

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

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

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

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

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

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

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

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