Shades of Seal Brown #2A100E
Tints of Seal Brown #2A100E
RGB
CMYK
RGB Variations
Color information
#2A100E (or 0x2A100E) is known color: Seal Brown. HEX triplet: 2A, 10 and 0E. RGB value is (42,16,14). Sum of RGB (Red+Green+Blue) = 42+16+14=72 (9% of max value = 765). Red value is 42 (16.80% from 255 or 58.33% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 42 - color contains mainly: red. Hex color #2A100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A100E is #D5EFF1. Grayscale: #171717. Windows color (decimal): -14020594 or 921642. OLE color: 921642.
HSL color Cylindrical-coordinate representation of color #2A100E: hue angle of 4.29º 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 #2A100E is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 16 | 14 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.84 |
| HSL | 4.29º | 0.5% | 0.11% | - |
| HSV(B) | 4.29º | 0.67% | 0.16% | - |
| XYZ | 1.22 | 0.89 | 0.52 | - |
| YUV | 23.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 14 | 0 | 0.62 | 0.67 | 0.84 | 4.29 | 0.5 | 0.11 |
| Hex | 2A | 10 | E | 0 | 3E | 43 | 54 | 4 | 32 | B |
| Octal | 52 | 20 | 16 | 0 | 76 | 103 | 124 | 4 | 62 | 13 |
| Binary | 101010 | 10000 | 1110 | 0 | 111110 | 1000011 | 1010100 | 100 | 110010 | 1011 |
Color Harmonies of #2A100E
Complementary color
Monochromatic Colors of #2A100E
Black with #2A100E
Text Example
Text Example
White with #2A100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A100E; }
p { color: rgb(42,16,14); }
H1.HeaderClassName
{
color: #2A100E;
}
.AnyTagClassName
{
color: #2A100E;
}
</style>
background-color css
<style>
a { background-color: #2A100E; }
a { background-color: rgb(42,16,14); }
div.DivClassName
{
background-color: #2A100E;
}
.BgClassName
{
background-color: #2A100E;
}
</style>
border-color css
<style>
span { border-color: #2A100E; }
span { border-color: rgb(42,16,14); }
td.TdClassName
{
border-color: #2A100E;
}
.TagClassName
{
border-color: #2A100E;
}
</style>