#713E43

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

Shades of Tosca #713E43

Tints of Tosca #713E43

Color information

#713E43 (or 0x713E43) is unknown color: approx Tosca. HEX triplet: 71, 3E and 43. RGB value is (113,62,67). Sum of RGB (Red+Green+Blue) = 113+62+67=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #713E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E43 is #8EC1BC. Grayscale: #4D4D4D. Windows color (decimal): -9355709 or 4406897. OLE color: 4406897.

HSL color Cylindrical-coordinate representation of color #713E43: hue angle of 354.12º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #713E43 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1136267-
CMYK00.450.410.56
HSL354.12º29.14%34.31%-
HSV(B)354.12º45.13%44.31%-
XYZ9.557.366.23-
YUV77.82121.9153.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 62 (24.61% from 255) = 25.62%
BLUE value IS 67 (26.56% from 255) = 27.69%
R=46.69%
G=25.62%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113626700.450.410.56354.1229.1434.31
Hex713E4302D29381621d22
Octal1617610305551705423542
Binary11100011111101000011010110110100111100010110001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713E43; }

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

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

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

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

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

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

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

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