Shades of Seal Brown #34160D
Tints of Seal Brown #34160D
RGB
CMYK
RGB Variations
Color information
#34160D (or 0x34160D) is known color: Seal Brown. HEX triplet: 34, 16 and 0D. RGB value is (52,22,13). Sum of RGB (Red+Green+Blue) = 52+22+13=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #34160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34160D is #CBE9F2. Grayscale: #1E1E1E. Windows color (decimal): -13363699 or 857652. OLE color: 857652.
HSL color Cylindrical-coordinate representation of color #34160D: hue angle of 13.85º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34160D is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 22 | 13 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.80 |
| HSL | 13.85º | 0.6% | 0.13% | - |
| HSV(B) | 13.85º | 0.75% | 0.2% | - |
| XYZ | 1.78 | 1.33 | 0.54 | - |
| YUV | 29.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 22 | 13 | 0 | 0.58 | 0.75 | 0.80 | 13.85 | 0.6 | 0.13 |
| Hex | 34 | 16 | D | 0 | 3A | 4B | 50 | E | 3C | D |
| Octal | 64 | 26 | 15 | 0 | 72 | 113 | 120 | 16 | 74 | 15 |
| Binary | 110100 | 10110 | 1101 | 0 | 111010 | 1001011 | 1010000 | 1110 | 111100 | 1101 |
Color Harmonies of #34160D
Complementary color
Monochromatic Colors of #34160D
Black with #34160D
Text Example
Text Example
White with #34160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34160D; }
p { color: rgb(52,22,13); }
H1.HeaderClassName
{
color: #34160D;
}
.AnyTagClassName
{
color: #34160D;
}
</style>
background-color css
<style>
a { background-color: #34160D; }
a { background-color: rgb(52,22,13); }
div.DivClassName
{
background-color: #34160D;
}
.BgClassName
{
background-color: #34160D;
}
</style>
border-color css
<style>
span { border-color: #34160D; }
span { border-color: rgb(52,22,13); }
td.TdClassName
{
border-color: #34160D;
}
.TagClassName
{
border-color: #34160D;
}
</style>