#713B38

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

Shades of Sanguine Brown #713B38

Tints of Sanguine Brown #713B38

Color information

#713B38 (or 0x713B38) is unknown color: approx Sanguine Brown. HEX triplet: 71, 3B and 38. RGB value is (113,59,56). Sum of RGB (Red+Green+Blue) = 113+59+56=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #713B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B38 is #8EC4C7. Grayscale: #4A4A4A. Windows color (decimal): -9356488 or 3685233. OLE color: 3685233.

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

Color convert

RGB1135956-
CMYK00.480.500.56
HSL3.16º33.73%33.14%-
HSV(B)3.16º50.44%44.31%-
XYZ9.096.924.6-
YUV74.8117.39155.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 59 (23.44% from 255) = 25.88%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=49.56%
G=25.88%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113595600.480.500.563.1633.7333.14
Hex713B38030323832221
Octal1617370060627034241
Binary1110001111011111000011000011001011100011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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