#713B3D

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

Shades of Tosca #713B3D

Tints of Tosca #713B3D

Color information

#713B3D (or 0x713B3D) is unknown color: approx Tosca. HEX triplet: 71, 3B and 3D. RGB value is (113,59,61). Sum of RGB (Red+Green+Blue) = 113+59+61=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #713B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B3D is #8EC4C2. Grayscale: #4B4B4B. Windows color (decimal): -9356483 or 4012913. OLE color: 4012913.

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

Color convert

RGB1135961-
CMYK00.480.460.56
HSL357.78º31.4%33.73%-
HSV(B)357.78º47.79%44.31%-
XYZ9.226.985.28-
YUV75.37119.89154.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 59 (23.44% from 255) = 25.32%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=48.50%
G=25.32%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113596100.480.460.56357.7831.433.73
Hex713B3D0302E381661f22
Octal161737506056705463742
Binary1110001111011111101011000010111011100010110011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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