Shades of Seal Brown #2B1005
Tints of Seal Brown #2B1005
RGB
CMYK
RGB Variations
Color information
#2B1005 (or 0x2B1005) is known color: Seal Brown. HEX triplet: 2B, 10 and 05. RGB value is (43,16,5). Sum of RGB (Red+Green+Blue) = 43+16+5=64 (8% of max value = 765). Red value is 43 (17.19% from 255 or 67.19% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1005 is #D4EFFA. Grayscale: #161616. Windows color (decimal): -13955067 or 331819. OLE color: 331819.
HSL color Cylindrical-coordinate representation of color #2B1005: hue angle of 17.37º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1005 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 16 | 5 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.83 |
| HSL | 17.37º | 0.79% | 0.09% | - |
| HSV(B) | 17.37º | 0.88% | 0.17% | - |
| XYZ | 1.21 | 0.9 | 0.25 | - |
| YUV | 22.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 5 | 0 | 0.63 | 0.88 | 0.83 | 17.37 | 0.79 | 0.09 |
| Hex | 2B | 10 | 5 | 0 | 3F | 58 | 53 | 11 | 4F | 9 |
| Octal | 53 | 20 | 5 | 0 | 77 | 130 | 123 | 21 | 117 | 11 |
| Binary | 101011 | 10000 | 101 | 0 | 111111 | 1011000 | 1010011 | 10001 | 1001111 | 1001 |
Color Harmonies of #2B1005
Complementary color
Monochromatic Colors of #2B1005
Black with #2B1005
Text Example
Text Example
White with #2B1005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1005; }
p { color: rgb(43,16,5); }
H1.HeaderClassName
{
color: #2B1005;
}
.AnyTagClassName
{
color: #2B1005;
}
</style>
background-color css
<style>
a { background-color: #2B1005; }
a { background-color: rgb(43,16,5); }
div.DivClassName
{
background-color: #2B1005;
}
.BgClassName
{
background-color: #2B1005;
}
</style>
border-color css
<style>
span { border-color: #2B1005; }
span { border-color: rgb(43,16,5); }
td.TdClassName
{
border-color: #2B1005;
}
.TagClassName
{
border-color: #2B1005;
}
</style>