#714449

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

Shades of Tosca #714449

Tints of Tosca #714449

Color information

#714449 (or 0x714449) is unknown color: approx Tosca. HEX triplet: 71, 44 and 49. RGB value is (113,68,73). Sum of RGB (Red+Green+Blue) = 113+68+73=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #714449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714449 is #8EBBB6. Grayscale: #525252. Windows color (decimal): -9354167 or 4801649. OLE color: 4801649.

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

Color convert

RGB1136873-
CMYK00.400.350.56
HSL353.33º24.86%35.49%-
HSV(B)353.33º39.82%44.31%-
XYZ10.088.137.34-
YUV82.02122.91150.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.49%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 73 (28.91% from 255) = 28.74%
R=44.49%
G=26.77%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113687300.400.350.56353.3324.8635.49
Hex71444902823381611923
Octal16110411105043705413143
Binary111000110001001001001010100010001111100010110000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714449; }

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

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

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

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

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

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

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

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