#724346

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

Shades of Tosca #724346

Tints of Tosca #724346

Color information

#724346 (or 0x724346) is unknown color: approx Tosca. HEX triplet: 72, 43 and 46. RGB value is (114,67,70). Sum of RGB (Red+Green+Blue) = 114+67+70=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #724346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724346 is #8DBCB9. Grayscale: #515151. Windows color (decimal): -9288890 or 4604786. OLE color: 4604786.

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

Color convert

RGB1146770-
CMYK00.410.390.55
HSL356.17º25.97%35.49%-
HSV(B)356.17º41.23%44.71%-
XYZ10.058.036.82-
YUV81.4121.57151.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 70 (27.73% from 255) = 27.89%
R=45.42%
G=26.69%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114677000.410.390.55356.1725.9735.49
Hex72434602927371641a23
Octal16210310605147675443243
Binary111001010000111000110010100110011111011110110010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724346; }

 p { color: rgb(114,67,70); }

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

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

 a { background-color: rgb(114,67,70); }

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

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

 span { border-color: rgb(114,67,70); }

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