Shades of Seal Brown #34100D
Tints of Seal Brown #34100D
RGB
CMYK
RGB Variations
Color information
#34100D (or 0x34100D) is known color: Seal Brown. HEX triplet: 34, 10 and 0D. RGB value is (52,16,13). Sum of RGB (Red+Green+Blue) = 52+16+13=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #34100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34100D is #CBEFF2. Grayscale: #1A1A1A. Windows color (decimal): -13365235 or 856116. OLE color: 856116.
HSL color Cylindrical-coordinate representation of color #34100D: hue angle of 4.62º 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 #34100D is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 16 | 13 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.80 |
| HSL | 4.62º | 0.6% | 0.13% | - |
| HSV(B) | 4.62º | 0.75% | 0.2% | - |
| XYZ | 1.67 | 1.13 | 0.51 | - |
| YUV | 26.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 13 | 0 | 0.69 | 0.75 | 0.80 | 4.62 | 0.6 | 0.13 |
| Hex | 34 | 10 | D | 0 | 45 | 4B | 50 | 5 | 3C | D |
| Octal | 64 | 20 | 15 | 0 | 105 | 113 | 120 | 5 | 74 | 15 |
| Binary | 110100 | 10000 | 1101 | 0 | 1000101 | 1001011 | 1010000 | 101 | 111100 | 1101 |
Color Harmonies of #34100D
Complementary color
Monochromatic Colors of #34100D
Black with #34100D
Text Example
Text Example
White with #34100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34100D; }
p { color: rgb(52,16,13); }
H1.HeaderClassName
{
color: #34100D;
}
.AnyTagClassName
{
color: #34100D;
}
</style>
background-color css
<style>
a { background-color: #34100D; }
a { background-color: rgb(52,16,13); }
div.DivClassName
{
background-color: #34100D;
}
.BgClassName
{
background-color: #34100D;
}
</style>
border-color css
<style>
span { border-color: #34100D; }
span { border-color: rgb(52,16,13); }
td.TdClassName
{
border-color: #34100D;
}
.TagClassName
{
border-color: #34100D;
}
</style>