Shades of Seal Brown #2B0905
Tints of Seal Brown #2B0905
RGB
CMYK
RGB Variations
Color information
#2B0905 (or 0x2B0905) is known color: Seal Brown. HEX triplet: 2B, 09 and 05. RGB value is (43,9,5). Sum of RGB (Red+Green+Blue) = 43+9+5=57 (7% of max value = 765). Red value is 43 (17.19% from 255 or 75.44% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0905 is #D4F6FA. Grayscale: #121212. Windows color (decimal): -13956859 or 330027. OLE color: 330027.
HSL color Cylindrical-coordinate representation of color #2B0905: hue angle of 6.32º 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 #2B0905 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 9 | 5 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.83 |
| HSL | 6.32º | 0.79% | 0.09% | - |
| HSV(B) | 6.32º | 0.88% | 0.17% | - |
| XYZ | 1.12 | 0.72 | 0.22 | - |
| YUV | 18.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 5 | 0 | 0.79 | 0.88 | 0.83 | 6.32 | 0.79 | 0.09 |
| Hex | 2B | 9 | 5 | 0 | 4F | 58 | 53 | 6 | 4F | 9 |
| Octal | 53 | 11 | 5 | 0 | 117 | 130 | 123 | 6 | 117 | 11 |
| Binary | 101011 | 1001 | 101 | 0 | 1001111 | 1011000 | 1010011 | 110 | 1001111 | 1001 |
Color Harmonies of #2B0905
Complementary color
Monochromatic Colors of #2B0905
Black with #2B0905
Text Example
Text Example
White with #2B0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0905; }
p { color: rgb(43,9,5); }
H1.HeaderClassName
{
color: #2B0905;
}
.AnyTagClassName
{
color: #2B0905;
}
</style>
background-color css
<style>
a { background-color: #2B0905; }
a { background-color: rgb(43,9,5); }
div.DivClassName
{
background-color: #2B0905;
}
.BgClassName
{
background-color: #2B0905;
}
</style>
border-color css
<style>
span { border-color: #2B0905; }
span { border-color: rgb(43,9,5); }
td.TdClassName
{
border-color: #2B0905;
}
.TagClassName
{
border-color: #2B0905;
}
</style>