Shades of Seal Brown #2B130D
Tints of Seal Brown #2B130D
RGB
CMYK
RGB Variations
Color information
#2B130D (or 0x2B130D) is known color: Seal Brown. HEX triplet: 2B, 13 and 0D. RGB value is (43,19,13). Sum of RGB (Red+Green+Blue) = 43+19+13=75 (9% of max value = 765). Red value is 43 (17.19% from 255 or 57.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 43 - color contains mainly: red. Hex color #2B130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B130D is #D4ECF2. Grayscale: #191919. Windows color (decimal): -13954291 or 856875. OLE color: 856875.
HSL color Cylindrical-coordinate representation of color #2B130D: hue angle of 12º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B130D is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 19 | 13 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.83 |
| HSL | 12º | 0.54% | 0.11% | - |
| HSV(B) | 12º | 0.7% | 0.17% | - |
| XYZ | 1.3 | 1.01 | 0.51 | - |
| YUV | 25.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 19 | 13 | 0 | 0.56 | 0.70 | 0.83 | 12 | 0.54 | 0.11 |
| Hex | 2B | 13 | D | 0 | 38 | 46 | 53 | C | 36 | B |
| Octal | 53 | 23 | 15 | 0 | 70 | 106 | 123 | 14 | 66 | 13 |
| Binary | 101011 | 10011 | 1101 | 0 | 111000 | 1000110 | 1010011 | 1100 | 110110 | 1011 |
Color Harmonies of #2B130D
Complementary color
Monochromatic Colors of #2B130D
Black with #2B130D
Text Example
Text Example
White with #2B130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B130D; }
p { color: rgb(43,19,13); }
H1.HeaderClassName
{
color: #2B130D;
}
.AnyTagClassName
{
color: #2B130D;
}
</style>
background-color css
<style>
a { background-color: #2B130D; }
a { background-color: rgb(43,19,13); }
div.DivClassName
{
background-color: #2B130D;
}
.BgClassName
{
background-color: #2B130D;
}
</style>
border-color css
<style>
span { border-color: #2B130D; }
span { border-color: rgb(43,19,13); }
td.TdClassName
{
border-color: #2B130D;
}
.TagClassName
{
border-color: #2B130D;
}
</style>