Shades of Seal Brown #2B0D06
Tints of Seal Brown #2B0D06
RGB
CMYK
RGB Variations
Color information
#2B0D06 (or 0x2B0D06) is known color: Seal Brown. HEX triplet: 2B, 0D and 06. RGB value is (43,13,6). Sum of RGB (Red+Green+Blue) = 43+13+6=62 (8% of max value = 765). Red value is 43 (17.19% from 255 or 69.35% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0D06 is #D4F2F9. Grayscale: #151515. Windows color (decimal): -13955834 or 396587. OLE color: 396587.
HSL color Cylindrical-coordinate representation of color #2B0D06: hue angle of 11.35º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B0D06 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 13 | 6 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.83 |
| HSL | 11.35º | 0.76% | 0.1% | - |
| HSV(B) | 11.35º | 0.86% | 0.17% | - |
| XYZ | 1.17 | 0.81 | 0.27 | - |
| YUV | 21.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 13 | 6 | 0 | 0.70 | 0.86 | 0.83 | 11.35 | 0.76 | 0.1 |
| Hex | 2B | D | 6 | 0 | 46 | 56 | 53 | B | 4C | A |
| Octal | 53 | 15 | 6 | 0 | 106 | 126 | 123 | 13 | 114 | 12 |
| Binary | 101011 | 1101 | 110 | 0 | 1000110 | 1010110 | 1010011 | 1011 | 1001100 | 1010 |
Color Harmonies of #2B0D06
Complementary color
Monochromatic Colors of #2B0D06
Black with #2B0D06
Text Example
Text Example
White with #2B0D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0D06; }
p { color: rgb(43,13,6); }
H1.HeaderClassName
{
color: #2B0D06;
}
.AnyTagClassName
{
color: #2B0D06;
}
</style>
background-color css
<style>
a { background-color: #2B0D06; }
a { background-color: rgb(43,13,6); }
div.DivClassName
{
background-color: #2B0D06;
}
.BgClassName
{
background-color: #2B0D06;
}
</style>
border-color css
<style>
span { border-color: #2B0D06; }
span { border-color: rgb(43,13,6); }
td.TdClassName
{
border-color: #2B0D06;
}
.TagClassName
{
border-color: #2B0D06;
}
</style>