Shades of Sanguine Brown #743E3E
Tints of Sanguine Brown #743E3E
RGB
CMYK
RGB Variations
Color information
#743E3E (or 0x743E3E) is known color: Sanguine Brown. HEX triplet: 74, 3E and 3E. RGB value is (116,62,62). Sum of RGB (Red+Green+Blue) = 116+62+62=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #743E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E3E is #8BC1C1. Grayscale: #4E4E4E. Windows color (decimal): -9159106 or 4079220. OLE color: 4079220.
HSL color Cylindrical-coordinate representation of color #743E3E: hue angle of 0º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743E3E is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 62 | 62 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.55 |
| HSL | 0º | 0.3% | 0.35% | - |
| HSV(B) | 0º | 0.47% | 0.45% | - |
| XYZ | 9.79 | 7.51 | 5.49 | - |
| YUV | 78.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 62 | 62 | 0 | 0.47 | 0.47 | 0.55 | 0 | 0.3 | 0.35 |
| Hex | 74 | 3E | 3E | 0 | 2F | 2F | 37 | 0 | 1E | 23 |
| Octal | 164 | 76 | 76 | 0 | 57 | 57 | 67 | 0 | 36 | 43 |
| Binary | 1110100 | 111110 | 111110 | 0 | 101111 | 101111 | 110111 | 0 | 11110 | 100011 |
Color Harmonies of #743E3E
Complementary color
Monochromatic Colors of #743E3E
Black with #743E3E
Text Example
Text Example
White with #743E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743E3E; }
p { color: rgb(116,62,62); }
H1.HeaderClassName
{
color: #743E3E;
}
.AnyTagClassName
{
color: #743E3E;
}
</style>
background-color css
<style>
a { background-color: #743E3E; }
a { background-color: rgb(116,62,62); }
div.DivClassName
{
background-color: #743E3E;
}
.BgClassName
{
background-color: #743E3E;
}
</style>
border-color css
<style>
span { border-color: #743E3E; }
span { border-color: rgb(116,62,62); }
td.TdClassName
{
border-color: #743E3E;
}
.TagClassName
{
border-color: #743E3E;
}
</style>