#713B41

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

Shades of Tosca #713B41

Tints of Tosca #713B41

Color information

#713B41 (or 0x713B41) is unknown color: approx Tosca. HEX triplet: 71, 3B and 41. RGB value is (113,59,65). Sum of RGB (Red+Green+Blue) = 113+59+65=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #713B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B41 is #8EC4BE. Grayscale: #4B4B4B. Windows color (decimal): -9356479 or 4275057. OLE color: 4275057.

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

Color convert

RGB1135965-
CMYK00.480.420.56
HSL353.33º31.4%33.73%-
HSV(B)353.33º47.79%44.31%-
XYZ9.337.025.86-
YUV75.83121.89154.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.68%
GREEN value IS 59 (23.44% from 255) = 24.89%
BLUE value IS 65 (25.78% from 255) = 27.43%
R=47.68%
G=24.89%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113596500.480.420.56353.3331.433.73
Hex713B410302A381611f22
Octal1617310106052705413742
Binary11100011110111000001011000010101011100010110000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,59,65); }

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

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

 a { background-color: rgb(113,59,65); }

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

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

 span { border-color: rgb(113,59,65); }

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