#714446

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

Shades of Tosca #714446

Tints of Tosca #714446

Color information

#714446 (or 0x714446) is unknown color: approx Tosca. HEX triplet: 71, 44 and 46. RGB value is (113,68,70). Sum of RGB (Red+Green+Blue) = 113+68+70=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #714446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714446 is #8EBBB9. Grayscale: #515151. Windows color (decimal): -9354170 or 4605041. OLE color: 4605041.

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

Color convert

RGB1136870-
CMYK00.400.380.56
HSL357.33º24.86%35.49%-
HSV(B)357.33º39.82%44.31%-
XYZ9.988.096.83-
YUV81.68121.41150.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 70 (27.73% from 255) = 27.89%
R=45.02%
G=27.09%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113687000.400.380.56357.3324.8635.49
Hex71444602826381651923
Octal16110410605046705453143
Binary111000110001001000110010100010011011100010110010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714446; }

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

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

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

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

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

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

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

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