#713E3F

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

Shades of Tosca #713E3F

Tints of Tosca #713E3F

Color information

#713E3F (or 0x713E3F) is unknown color: approx Tosca. HEX triplet: 71, 3E and 3F. RGB value is (113,62,63). Sum of RGB (Red+Green+Blue) = 113+62+63=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #713E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E3F is #8EC1C0. Grayscale: #4D4D4D. Windows color (decimal): -9355713 or 4144753. OLE color: 4144753.

HSL color Cylindrical-coordinate representation of color #713E3F: hue angle of 358.82º 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 #713E3F is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1136263-
CMYK00.450.440.56
HSL358.82º29.14%34.31%-
HSV(B)358.82º45.13%44.31%-
XYZ9.437.315.62-
YUV77.36119.9153.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.48%
GREEN value IS 62 (24.61% from 255) = 26.05%
BLUE value IS 63 (25% from 255) = 26.47%
R=47.48%
G=26.05%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113626300.450.440.56358.8229.1434.31
Hex713E3F02D2C381671d22
Octal161767705554705473542
Binary1110001111110111111010110110110011100010110011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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