#713D3C

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

Shades of Sanguine Brown #713D3C

Tints of Sanguine Brown #713D3C

Color information

#713D3C (or 0x713D3C) is unknown color: approx Sanguine Brown. HEX triplet: 71, 3D and 3C. RGB value is (113,61,60). Sum of RGB (Red+Green+Blue) = 113+61+60=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #713D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D3C is #8EC2C3. Grayscale: #4C4C4C. Windows color (decimal): -9355972 or 3947889. OLE color: 3947889.

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

Color convert

RGB1136160-
CMYK00.460.470.56
HSL1.13º30.64%33.92%-
HSV(B)1.13º46.9%44.31%-
XYZ9.297.175.17-
YUV76.43118.73154.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 61 (24.22% from 255) = 26.07%
BLUE value IS 60 (23.83% from 255) = 25.64%
R=48.29%
G=26.07%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113616000.460.470.561.1330.6433.92
Hex713D3C02E2F3811f22
Octal1617574056577013742
Binary11100011111011111000101110101111111000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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