Shades of Seal Brown #2A130D
Tints of Seal Brown #2A130D
RGB
CMYK
RGB Variations
Color information
#2A130D (or 0x2A130D) is known color: Seal Brown. HEX triplet: 2A, 13 and 0D. RGB value is (42,19,13). Sum of RGB (Red+Green+Blue) = 42+19+13=74 (9% of max value = 765). Red value is 42 (16.80% from 255 or 56.76% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 42 - color contains mainly: red. Hex color #2A130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A130D is #D5ECF2. Grayscale: #191919. Windows color (decimal): -14019827 or 856874. OLE color: 856874.
HSL color Cylindrical-coordinate representation of color #2A130D: hue angle of 12.41º 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 #2A130D is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 19 | 13 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.84 |
| HSL | 12.41º | 0.53% | 0.11% | - |
| HSV(B) | 12.41º | 0.69% | 0.16% | - |
| XYZ | 1.26 | 0.99 | 0.5 | - |
| YUV | 25.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 13 | 0 | 0.55 | 0.69 | 0.84 | 12.41 | 0.53 | 0.11 |
| Hex | 2A | 13 | D | 0 | 37 | 45 | 54 | C | 35 | B |
| Octal | 52 | 23 | 15 | 0 | 67 | 105 | 124 | 14 | 65 | 13 |
| Binary | 101010 | 10011 | 1101 | 0 | 110111 | 1000101 | 1010100 | 1100 | 110101 | 1011 |
Color Harmonies of #2A130D
Complementary color
Monochromatic Colors of #2A130D
Black with #2A130D
Text Example
Text Example
White with #2A130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A130D; }
p { color: rgb(42,19,13); }
H1.HeaderClassName
{
color: #2A130D;
}
.AnyTagClassName
{
color: #2A130D;
}
</style>
background-color css
<style>
a { background-color: #2A130D; }
a { background-color: rgb(42,19,13); }
div.DivClassName
{
background-color: #2A130D;
}
.BgClassName
{
background-color: #2A130D;
}
</style>
border-color css
<style>
span { border-color: #2A130D; }
span { border-color: rgb(42,19,13); }
td.TdClassName
{
border-color: #2A130D;
}
.TagClassName
{
border-color: #2A130D;
}
</style>