#724345

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

Shades of Tosca #724345

Tints of Tosca #724345

Color information

#724345 (or 0x724345) is unknown color: approx Tosca. HEX triplet: 72, 43 and 45. RGB value is (114,67,69). Sum of RGB (Red+Green+Blue) = 114+67+69=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #724345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724345 is #8DBCBA. Grayscale: #515151. Windows color (decimal): -9288891 or 4539250. OLE color: 4539250.

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

Color convert

RGB1146769-
CMYK00.410.390.55
HSL357.45º25.97%35.49%-
HSV(B)357.45º41.23%44.71%-
XYZ10.028.026.65-
YUV81.28121.07151.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 67 (26.56% from 255) = 26.8%
BLUE value IS 69 (27.34% from 255) = 27.6%
R=45.6%
G=26.8%
B=27.6%

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
Decimal114676900.410.390.55357.4525.9735.49
Hex72434502927371651a23
Octal16210310505147675453243
Binary111001010000111000101010100110011111011110110010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724345; }

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

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

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

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

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

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

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

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