Shades of Seal Brown #2B0E0C
Tints of Seal Brown #2B0E0C
RGB
CMYK
RGB Variations
Color information
#2B0E0C (or 0x2B0E0C) is known color: Seal Brown. HEX triplet: 2B, 0E and 0C. RGB value is (43,14,12). Sum of RGB (Red+Green+Blue) = 43+14+12=69 (9% of max value = 765). Red value is 43 (17.19% from 255 or 62.32% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0E0C is #D4F1F3. Grayscale: #161616. Windows color (decimal): -13955572 or 790059. OLE color: 790059.
HSL color Cylindrical-coordinate representation of color #2B0E0C: hue angle of 3.87º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B0E0C is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 14 | 12 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.83 |
| HSL | 3.87º | 0.56% | 0.11% | - |
| HSV(B) | 3.87º | 0.72% | 0.17% | - |
| XYZ | 1.22 | 0.85 | 0.45 | - |
| YUV | 22.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 14 | 12 | 0 | 0.67 | 0.72 | 0.83 | 3.87 | 0.56 | 0.11 |
| Hex | 2B | E | C | 0 | 43 | 48 | 53 | 4 | 38 | B |
| Octal | 53 | 16 | 14 | 0 | 103 | 110 | 123 | 4 | 70 | 13 |
| Binary | 101011 | 1110 | 1100 | 0 | 1000011 | 1001000 | 1010011 | 100 | 111000 | 1011 |
Color Harmonies of #2B0E0C
Complementary color
Monochromatic Colors of #2B0E0C
Black with #2B0E0C
Text Example
Text Example
White with #2B0E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0E0C; }
p { color: rgb(43,14,12); }
H1.HeaderClassName
{
color: #2B0E0C;
}
.AnyTagClassName
{
color: #2B0E0C;
}
</style>
background-color css
<style>
a { background-color: #2B0E0C; }
a { background-color: rgb(43,14,12); }
div.DivClassName
{
background-color: #2B0E0C;
}
.BgClassName
{
background-color: #2B0E0C;
}
</style>
border-color css
<style>
span { border-color: #2B0E0C; }
span { border-color: rgb(43,14,12); }
td.TdClassName
{
border-color: #2B0E0C;
}
.TagClassName
{
border-color: #2B0E0C;
}
</style>