#714347

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

Shades of Tosca #714347

Tints of Tosca #714347

Color information

#714347 (or 0x714347) is unknown color: approx Tosca. HEX triplet: 71, 43 and 47. RGB value is (113,67,71). Sum of RGB (Red+Green+Blue) = 113+67+71=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #714347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714347 is #8EBCB8. Grayscale: #515151. Windows color (decimal): -9354425 or 4670321. OLE color: 4670321.

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

Color convert

RGB1136771-
CMYK00.410.370.56
HSL354.78º25.56%35.29%-
HSV(B)354.78º40.71%44.31%-
XYZ9.957.986.98-
YUV81.21122.24150.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 71 (28.12% from 255) = 28.29%
R=45.02%
G=26.69%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113677100.410.370.56354.7825.5635.29
Hex71434702925381631a23
Octal16110310705145705433243
Binary111000110000111000111010100110010111100010110001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714347; }

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

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

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

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

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

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

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

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