#714044

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

Shades of Tosca #714044

Tints of Tosca #714044

Color information

#714044 (or 0x714044) is unknown color: approx Tosca. HEX triplet: 71, 40 and 44. RGB value is (113,64,68). Sum of RGB (Red+Green+Blue) = 113+64+68=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #714044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714044 is #8EBFBB. Grayscale: #4F4F4F. Windows color (decimal): -9355196 or 4472945. OLE color: 4472945.

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

Color convert

RGB1136468-
CMYK00.430.400.56
HSL355.1º27.68%34.71%-
HSV(B)355.1º43.36%44.31%-
XYZ9.697.596.42-
YUV79.11121.73152.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 68 (26.95% from 255) = 27.76%
R=46.12%
G=26.12%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113646800.430.400.56355.127.6834.71
Hex71404402B28381631c23
Octal16110010405350705433443
Binary111000110000001000100010101110100011100010110001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714044; }

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

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

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

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

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

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

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

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