#724148

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

Shades of Tosca #724148

Tints of Tosca #724148

Color information

#724148 (or 0x724148) is unknown color: approx Tosca. HEX triplet: 72, 41 and 48. RGB value is (114,65,72). Sum of RGB (Red+Green+Blue) = 114+65+72=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #724148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724148 is #8DBEB7. Grayscale: #505050. Windows color (decimal): -9289400 or 4735346. OLE color: 4735346.

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

Color convert

RGB1146572-
CMYK00.430.370.55
HSL351.43º27.37%35.1%-
HSV(B)351.43º42.98%44.71%-
XYZ107.837.11-
YUV80.45123.23151.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=45.42%
G=25.90%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114657200.430.370.55351.4327.3735.1
Hex72414802B253715f1b23
Octal16210111005345675373343
Binary111001010000011001000010101110010111011110101111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724148; }

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

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

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

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

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

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

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

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