Shades of Seal Brown #34160E
Tints of Seal Brown #34160E
RGB
CMYK
RGB Variations
Color information
#34160E (or 0x34160E) is known color: Seal Brown. HEX triplet: 34, 16 and 0E. RGB value is (52,22,14). Sum of RGB (Red+Green+Blue) = 52+22+14=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #34160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34160E is #CBE9F1. Grayscale: #1E1E1E. Windows color (decimal): -13363698 or 923188. OLE color: 923188.
HSL color Cylindrical-coordinate representation of color #34160E: hue angle of 12.63º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34160E is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 22 | 14 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.80 |
| HSL | 12.63º | 0.58% | 0.13% | - |
| HSV(B) | 12.63º | 0.73% | 0.2% | - |
| XYZ | 1.78 | 1.34 | 0.58 | - |
| YUV | 30.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 22 | 14 | 0 | 0.58 | 0.73 | 0.80 | 12.63 | 0.58 | 0.13 |
| Hex | 34 | 16 | E | 0 | 3A | 49 | 50 | D | 3A | D |
| Octal | 64 | 26 | 16 | 0 | 72 | 111 | 120 | 15 | 72 | 15 |
| Binary | 110100 | 10110 | 1110 | 0 | 111010 | 1001001 | 1010000 | 1101 | 111010 | 1101 |
Color Harmonies of #34160E
Complementary color
Monochromatic Colors of #34160E
Black with #34160E
Text Example
Text Example
White with #34160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34160E; }
p { color: rgb(52,22,14); }
H1.HeaderClassName
{
color: #34160E;
}
.AnyTagClassName
{
color: #34160E;
}
</style>
background-color css
<style>
a { background-color: #34160E; }
a { background-color: rgb(52,22,14); }
div.DivClassName
{
background-color: #34160E;
}
.BgClassName
{
background-color: #34160E;
}
</style>
border-color css
<style>
span { border-color: #34160E; }
span { border-color: rgb(52,22,14); }
td.TdClassName
{
border-color: #34160E;
}
.TagClassName
{
border-color: #34160E;
}
</style>