Shades of Seal Brown #34110E
Tints of Seal Brown #34110E
RGB
CMYK
RGB Variations
Color information
#34110E (or 0x34110E) is known color: Seal Brown. HEX triplet: 34, 11 and 0E. RGB value is (52,17,14). Sum of RGB (Red+Green+Blue) = 52+17+14=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #34110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34110E is #CBEEF1. Grayscale: #1B1B1B. Windows color (decimal): -13364978 or 921908. OLE color: 921908.
HSL color Cylindrical-coordinate representation of color #34110E: hue angle of 4.74º 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 #34110E is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 17 | 14 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.80 |
| HSL | 4.74º | 0.58% | 0.13% | - |
| HSV(B) | 4.74º | 0.73% | 0.2% | - |
| XYZ | 1.7 | 1.16 | 0.55 | - |
| YUV | 27.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 14 | 0 | 0.67 | 0.73 | 0.80 | 4.74 | 0.58 | 0.13 |
| Hex | 34 | 11 | E | 0 | 43 | 49 | 50 | 5 | 3A | D |
| Octal | 64 | 21 | 16 | 0 | 103 | 111 | 120 | 5 | 72 | 15 |
| Binary | 110100 | 10001 | 1110 | 0 | 1000011 | 1001001 | 1010000 | 101 | 111010 | 1101 |
Color Harmonies of #34110E
Complementary color
Monochromatic Colors of #34110E
Black with #34110E
Text Example
Text Example
White with #34110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34110E; }
p { color: rgb(52,17,14); }
H1.HeaderClassName
{
color: #34110E;
}
.AnyTagClassName
{
color: #34110E;
}
</style>
background-color css
<style>
a { background-color: #34110E; }
a { background-color: rgb(52,17,14); }
div.DivClassName
{
background-color: #34110E;
}
.BgClassName
{
background-color: #34110E;
}
</style>
border-color css
<style>
span { border-color: #34110E; }
span { border-color: rgb(52,17,14); }
td.TdClassName
{
border-color: #34110E;
}
.TagClassName
{
border-color: #34110E;
}
</style>