#713939

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

Shades of Sanguine Brown #713939

Tints of Sanguine Brown #713939

Color information

#713939 (or 0x713939) is unknown color: approx Sanguine Brown. HEX triplet: 71, 39 and 39. RGB value is (113,57,57). Sum of RGB (Red+Green+Blue) = 113+57+57=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #713939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713939 is #8EC6C6. Grayscale: #494949. Windows color (decimal): -9356999 or 3750257. OLE color: 3750257.

HSL color Cylindrical-coordinate representation of color #713939: hue angle of 0º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713939 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1135757-
CMYK00.500.500.56
HSL32.94%33.33%-
HSV(B)49.56%44.31%-
XYZ9.016.734.7-
YUV73.74118.55156-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=49.78%
G=25.11%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113575700.500.500.56032.9433.33
Hex713939032323802121
Octal1617171062627004141
Binary111000111100111100101100101100101110000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713939; }

 p { color: rgb(113,57,57); }

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

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

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

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

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

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

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