Shades of Seal Brown #2A100D
Tints of Seal Brown #2A100D
RGB
CMYK
RGB Variations
Color information
#2A100D (or 0x2A100D) is known color: Seal Brown. HEX triplet: 2A, 10 and 0D. RGB value is (42,16,13). Sum of RGB (Red+Green+Blue) = 42+16+13=71 (9% of max value = 765). Red value is 42 (16.80% from 255 or 59.15% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 42 - color contains mainly: red. Hex color #2A100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A100D is #D5EFF2. Grayscale: #171717. Windows color (decimal): -14020595 or 856106. OLE color: 856106.
HSL color Cylindrical-coordinate representation of color #2A100D: hue angle of 6.21º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A100D is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 16 | 13 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.84 |
| HSL | 6.21º | 0.53% | 0.11% | - |
| HSV(B) | 6.21º | 0.69% | 0.16% | - |
| XYZ | 1.21 | 0.89 | 0.49 | - |
| YUV | 23.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 13 | 0 | 0.62 | 0.69 | 0.84 | 6.21 | 0.53 | 0.11 |
| Hex | 2A | 10 | D | 0 | 3E | 45 | 54 | 6 | 35 | B |
| Octal | 52 | 20 | 15 | 0 | 76 | 105 | 124 | 6 | 65 | 13 |
| Binary | 101010 | 10000 | 1101 | 0 | 111110 | 1000101 | 1010100 | 110 | 110101 | 1011 |
Color Harmonies of #2A100D
Complementary color
Monochromatic Colors of #2A100D
Black with #2A100D
Text Example
Text Example
White with #2A100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A100D; }
p { color: rgb(42,16,13); }
H1.HeaderClassName
{
color: #2A100D;
}
.AnyTagClassName
{
color: #2A100D;
}
</style>
background-color css
<style>
a { background-color: #2A100D; }
a { background-color: rgb(42,16,13); }
div.DivClassName
{
background-color: #2A100D;
}
.BgClassName
{
background-color: #2A100D;
}
</style>
border-color css
<style>
span { border-color: #2A100D; }
span { border-color: rgb(42,16,13); }
td.TdClassName
{
border-color: #2A100D;
}
.TagClassName
{
border-color: #2A100D;
}
</style>