Shades of Seal Brown #34100E
Tints of Seal Brown #34100E
RGB
CMYK
RGB Variations
Color information
#34100E (or 0x34100E) is known color: Seal Brown. HEX triplet: 34, 10 and 0E. RGB value is (52,16,14). Sum of RGB (Red+Green+Blue) = 52+16+14=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #34100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34100E is #CBEFF1. Grayscale: #1A1A1A. Windows color (decimal): -13365234 or 921652. OLE color: 921652.
HSL color Cylindrical-coordinate representation of color #34100E: hue angle of 3.16º 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 #34100E is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 16 | 14 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.80 |
| HSL | 3.16º | 0.58% | 0.13% | - |
| HSV(B) | 3.16º | 0.73% | 0.2% | - |
| XYZ | 1.68 | 1.13 | 0.55 | - |
| YUV | 26.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 14 | 0 | 0.69 | 0.73 | 0.80 | 3.16 | 0.58 | 0.13 |
| Hex | 34 | 10 | E | 0 | 45 | 49 | 50 | 3 | 3A | D |
| Octal | 64 | 20 | 16 | 0 | 105 | 111 | 120 | 3 | 72 | 15 |
| Binary | 110100 | 10000 | 1110 | 0 | 1000101 | 1001001 | 1010000 | 11 | 111010 | 1101 |
Color Harmonies of #34100E
Complementary color
Monochromatic Colors of #34100E
Black with #34100E
Text Example
Text Example
White with #34100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34100E; }
p { color: rgb(52,16,14); }
H1.HeaderClassName
{
color: #34100E;
}
.AnyTagClassName
{
color: #34100E;
}
</style>
background-color css
<style>
a { background-color: #34100E; }
a { background-color: rgb(52,16,14); }
div.DivClassName
{
background-color: #34100E;
}
.BgClassName
{
background-color: #34100E;
}
</style>
border-color css
<style>
span { border-color: #34100E; }
span { border-color: rgb(52,16,14); }
td.TdClassName
{
border-color: #34100E;
}
.TagClassName
{
border-color: #34100E;
}
</style>