Shades of Seal Brown #2A110E
Tints of Seal Brown #2A110E
RGB
CMYK
RGB Variations
Color information
#2A110E (or 0x2A110E) is known color: Seal Brown. HEX triplet: 2A, 11 and 0E. RGB value is (42,17,14). Sum of RGB (Red+Green+Blue) = 42+17+14=73 (9% of max value = 765). Red value is 42 (16.80% from 255 or 57.53% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 42 - color contains mainly: red. Hex color #2A110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A110E is #D5EEF1. Grayscale: #181818. Windows color (decimal): -14020338 or 921898. OLE color: 921898.
HSL color Cylindrical-coordinate representation of color #2A110E: hue angle of 6.43º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A110E is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 17 | 14 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.84 |
| HSL | 6.43º | 0.5% | 0.11% | - |
| HSV(B) | 6.43º | 0.67% | 0.16% | - |
| XYZ | 1.23 | 0.92 | 0.53 | - |
| YUV | 24.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 14 | 0 | 0.60 | 0.67 | 0.84 | 6.43 | 0.5 | 0.11 |
| Hex | 2A | 11 | E | 0 | 3C | 43 | 54 | 6 | 32 | B |
| Octal | 52 | 21 | 16 | 0 | 74 | 103 | 124 | 6 | 62 | 13 |
| Binary | 101010 | 10001 | 1110 | 0 | 111100 | 1000011 | 1010100 | 110 | 110010 | 1011 |
Color Harmonies of #2A110E
Complementary color
Monochromatic Colors of #2A110E
Black with #2A110E
Text Example
Text Example
White with #2A110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A110E; }
p { color: rgb(42,17,14); }
H1.HeaderClassName
{
color: #2A110E;
}
.AnyTagClassName
{
color: #2A110E;
}
</style>
background-color css
<style>
a { background-color: #2A110E; }
a { background-color: rgb(42,17,14); }
div.DivClassName
{
background-color: #2A110E;
}
.BgClassName
{
background-color: #2A110E;
}
</style>
border-color css
<style>
span { border-color: #2A110E; }
span { border-color: rgb(42,17,14); }
td.TdClassName
{
border-color: #2A110E;
}
.TagClassName
{
border-color: #2A110E;
}
</style>