Shades of Seal Brown #2B1510
Tints of Seal Brown #2B1510
RGB
CMYK
RGB Variations
Color information
#2B1510 (or 0x2B1510) is known color: Seal Brown. HEX triplet: 2B, 15 and 10. RGB value is (43,21,16). Sum of RGB (Red+Green+Blue) = 43+21+16=80 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.75% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1510 is #D4EAEF. Grayscale: #1B1B1B. Windows color (decimal): -13953776 or 1053995. OLE color: 1053995.
HSL color Cylindrical-coordinate representation of color #2B1510: hue angle of 11.11º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B1510 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 21 | 16 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.83 |
| HSL | 11.11º | 0.46% | 0.12% | - |
| HSV(B) | 11.11º | 0.63% | 0.17% | - |
| XYZ | 1.36 | 1.09 | 0.63 | - |
| YUV | 27.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 16 | 0 | 0.51 | 0.63 | 0.83 | 11.11 | 0.46 | 0.12 |
| Hex | 2B | 15 | 10 | 0 | 33 | 3F | 53 | B | 2E | C |
| Octal | 53 | 25 | 20 | 0 | 63 | 77 | 123 | 13 | 56 | 14 |
| Binary | 101011 | 10101 | 10000 | 0 | 110011 | 111111 | 1010011 | 1011 | 101110 | 1100 |
Color Harmonies of #2B1510
Complementary color
Monochromatic Colors of #2B1510
Black with #2B1510
Text Example
Text Example
White with #2B1510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1510; }
p { color: rgb(43,21,16); }
H1.HeaderClassName
{
color: #2B1510;
}
.AnyTagClassName
{
color: #2B1510;
}
</style>
background-color css
<style>
a { background-color: #2B1510; }
a { background-color: rgb(43,21,16); }
div.DivClassName
{
background-color: #2B1510;
}
.BgClassName
{
background-color: #2B1510;
}
</style>
border-color css
<style>
span { border-color: #2B1510; }
span { border-color: rgb(43,21,16); }
td.TdClassName
{
border-color: #2B1510;
}
.TagClassName
{
border-color: #2B1510;
}
</style>