#713834

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

Shades of Sanguine Brown #713834

Tints of Sanguine Brown #713834

Color information

#713834 (or 0x713834) is unknown color: approx Sanguine Brown. HEX triplet: 71, 38 and 34. RGB value is (113,56,52). Sum of RGB (Red+Green+Blue) = 113+56+52=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #713834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713834 is #8EC7CB. Grayscale: #484848. Windows color (decimal): -9357260 or 3422321. OLE color: 3422321.

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

Color convert

RGB1135652-
CMYK00.500.540.56
HSL3.93º36.97%32.35%-
HSV(B)3.93º53.98%44.31%-
XYZ8.846.594.05-
YUV72.59116.38156.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.13%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=51.13%
G=25.34%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113565200.500.540.563.9336.9732.35
Hex713834032363842520
Octal1617064062667044540
Binary11100011110001101000110010110110111000100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713834; }

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

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

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

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

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

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

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

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