#714649

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

Shades of Tosca #714649

Tints of Tosca #714649

Color information

#714649 (or 0x714649) is unknown color: approx Tosca. HEX triplet: 71, 46 and 49. RGB value is (113,70,73). Sum of RGB (Red+Green+Blue) = 113+70+73=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #714649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714649 is #8EB9B6. Grayscale: #535353. Windows color (decimal): -9353655 or 4802161. OLE color: 4802161.

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

Color convert

RGB1137073-
CMYK00.380.350.56
HSL355.81º23.5%35.88%-
HSV(B)355.81º38.05%44.31%-
XYZ10.28.377.38-
YUV83.2122.25149.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=44.14%
G=27.34%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113707300.380.350.56355.8123.535.88
Hex71464902623381641724
Octal16110611104643705442744
Binary111000110001101001001010011010001111100010110010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714649; }

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

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

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

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

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

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

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

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