#714448

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

Shades of Tosca #714448

Tints of Tosca #714448

Color information

#714448 (or 0x714448) is unknown color: approx Tosca. HEX triplet: 71, 44 and 48. RGB value is (113,68,72). Sum of RGB (Red+Green+Blue) = 113+68+72=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #714448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714448 is #8EBBB7. Grayscale: #515151. Windows color (decimal): -9354168 or 4736113. OLE color: 4736113.

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

Color convert

RGB1136872-
CMYK00.400.360.56
HSL354.67º24.86%35.49%-
HSV(B)354.67º39.82%44.31%-
XYZ10.058.117.17-
YUV81.91122.41150.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=44.66%
G=26.88%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113687200.400.360.56354.6724.8635.49
Hex71444802824381631923
Octal16110411005044705433143
Binary111000110001001001000010100010010011100010110001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714448; }

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

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

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

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

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

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

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

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