#724041

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

Shades of Tosca #724041

Tints of Tosca #724041

Color information

#724041 (or 0x724041) is unknown color: approx Tosca. HEX triplet: 72, 40 and 41. RGB value is (114,64,65). Sum of RGB (Red+Green+Blue) = 114+64+65=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #724041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724041 is #8DBFBE. Grayscale: #4F4F4F. Windows color (decimal): -9289663 or 4276338. OLE color: 4276338.

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

Color convert

RGB1146465-
CMYK00.440.430.55
HSL358.8º28.09%34.9%-
HSV(B)358.8º43.86%44.71%-
XYZ9.737.635.96-
YUV79.06120.06152.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 65 (25.78% from 255) = 26.75%
R=46.91%
G=26.34%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114646500.440.430.55358.828.0934.9
Hex72404102C2B371671c23
Octal16210010105453675473443
Binary111001010000001000001010110010101111011110110011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724041; }

 p { color: rgb(114,64,65); }

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

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

 a { background-color: rgb(114,64,65); }

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

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

 span { border-color: rgb(114,64,65); }

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