#724348

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

Shades of Tosca #724348

Tints of Tosca #724348

Color information

#724348 (or 0x724348) is unknown color: approx Tosca. HEX triplet: 72, 43 and 48. RGB value is (114,67,72). Sum of RGB (Red+Green+Blue) = 114+67+72=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #724348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724348 is #8DBCB7. Grayscale: #515151. Windows color (decimal): -9288888 or 4735858. OLE color: 4735858.

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

Color convert

RGB1146772-
CMYK00.410.370.55
HSL353.62º25.97%35.49%-
HSV(B)353.62º41.23%44.71%-
XYZ10.128.067.15-
YUV81.62122.57151.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=45.06%
G=26.48%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114677200.410.370.55353.6225.9735.49
Hex72434802925371621a23
Octal16210311005145675423243
Binary111001010000111001000010100110010111011110110001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724348; }

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

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

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

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

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

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

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

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