#713d3b

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

Shades of Sanguine Brown #713D3B

Tints of Sanguine Brown #713D3B

Color information

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

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

Color convert

RGB1136159-
CMYK00.460.480.56
HSL2.22º31.4%33.73%-
HSV(B)2.22º47.79%44.31%-
XYZ9.277.165.03-
YUV76.32118.23154.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113615900.460.480.562.2231.433.73
Hex713D3B02E303821f22
Octal1617573056607023742
Binary111000111110111101101011101100001110001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713d3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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