#714049

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

Shades of Tosca #714049

Tints of Tosca #714049

Color information

#714049 (or 0x714049) is unknown color: approx Tosca. HEX triplet: 71, 40 and 49. RGB value is (113,64,73). Sum of RGB (Red+Green+Blue) = 113+64+73=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #714049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714049 is #8EBFB6. Grayscale: #4F4F4F. Windows color (decimal): -9355191 or 4800625. OLE color: 4800625.

HSL color Cylindrical-coordinate representation of color #714049: hue angle of 348.98º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #714049 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1136473-
CMYK00.430.350.56
HSL348.98º27.68%34.71%-
HSV(B)348.98º43.36%44.31%-
XYZ9.857.667.26-
YUV79.68124.23151.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=45.2%
G=25.6%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113647300.430.350.56348.9827.6834.71
Hex71404902B233815d1c23
Octal16110011105343705353443
Binary111000110000001001001010101110001111100010101110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714049; }

 p { color: rgb(113,64,73); }

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

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

 a { background-color: rgb(113,64,73); }

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

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

 span { border-color: rgb(113,64,73); }

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