#714348

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

Shades of Tosca #714348

Tints of Tosca #714348

Color information

#714348 (or 0x714348) is unknown color: approx Tosca. HEX triplet: 71, 43 and 48. RGB value is (113,67,72). Sum of RGB (Red+Green+Blue) = 113+67+72=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #714348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714348 is #8EBCB7. Grayscale: #515151. Windows color (decimal): -9354424 or 4735857. OLE color: 4735857.

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

Color convert

RGB1136772-
CMYK00.410.360.56
HSL353.48º25.56%35.29%-
HSV(B)353.48º40.71%44.31%-
XYZ9.997.997.15-
YUV81.32122.74150.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=44.84%
G=26.59%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113677200.410.360.56353.4825.5635.29
Hex71434802924381611a23
Octal16110311005144705413243
Binary111000110000111001000010100110010011100010110000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714348; }

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

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

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

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

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

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

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

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