#724344

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

Shades of Tosca #724344

Tints of Tosca #724344

Color information

#724344 (or 0x724344) is unknown color: approx Tosca. HEX triplet: 72, 43 and 44. RGB value is (114,67,68). Sum of RGB (Red+Green+Blue) = 114+67+68=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #724344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724344 is #8DBCBB. Grayscale: #515151. Windows color (decimal): -9288892 or 4473714. OLE color: 4473714.

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

Color convert

RGB1146768-
CMYK00.410.400.55
HSL358.72º25.97%35.49%-
HSV(B)358.72º41.23%44.71%-
XYZ9.998.016.49-
YUV81.17120.57151.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 68 (26.95% from 255) = 27.31%
R=45.78%
G=26.91%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114676800.410.400.55358.7225.9735.49
Hex72434402928371671a23
Octal16210310405150675473243
Binary111001010000111000100010100110100011011110110011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724344; }

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

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

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

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

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

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

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

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