#724546

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

Shades of Tosca #724546

Tints of Tosca #724546

Color information

#724546 (or 0x724546) is unknown color: approx Tosca. HEX triplet: 72, 45 and 46. RGB value is (114,69,70). Sum of RGB (Red+Green+Blue) = 114+69+70=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #724546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724546 is #8DBAB9. Grayscale: #525252. Windows color (decimal): -9288378 or 4605298. OLE color: 4605298.

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

Color convert

RGB1146970-
CMYK00.390.390.55
HSL358.67º24.59%35.88%-
HSV(B)358.67º39.47%44.71%-
XYZ10.178.286.86-
YUV82.57120.91150.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 70 (27.73% from 255) = 27.67%
R=45.06%
G=27.27%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114697000.390.390.55358.6724.5935.88
Hex72454602727371671924
Octal16210510604747675473144
Binary111001010001011000110010011110011111011110110011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724546; }

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

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

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

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

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

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

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

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