Shades of Seal Brown #2B140A
Tints of Seal Brown #2B140A
RGB
CMYK
RGB Variations
Color information
#2B140A (or 0x2B140A) is known color: Seal Brown. HEX triplet: 2B, 14 and 0A. RGB value is (43,20,10). Sum of RGB (Red+Green+Blue) = 43+20+10=73 (9% of max value = 765). Red value is 43 (17.19% from 255 or 58.90% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 43 - color contains mainly: red. Hex color #2B140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B140A is #D4EBF5. Grayscale: #191919. Windows color (decimal): -13954038 or 660523. OLE color: 660523.
HSL color Cylindrical-coordinate representation of color #2B140A: hue angle of 18.18º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B140A is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 20 | 10 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.83 |
| HSL | 18.18º | 0.62% | 0.1% | - |
| HSV(B) | 18.18º | 0.77% | 0.17% | - |
| XYZ | 1.3 | 1.04 | 0.42 | - |
| YUV | 25.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 10 | 0 | 0.53 | 0.77 | 0.83 | 18.18 | 0.62 | 0.1 |
| Hex | 2B | 14 | A | 0 | 35 | 4D | 53 | 12 | 3E | A |
| Octal | 53 | 24 | 12 | 0 | 65 | 115 | 123 | 22 | 76 | 12 |
| Binary | 101011 | 10100 | 1010 | 0 | 110101 | 1001101 | 1010011 | 10010 | 111110 | 1010 |
Color Harmonies of #2B140A
Complementary color
Monochromatic Colors of #2B140A
Black with #2B140A
Text Example
Text Example
White with #2B140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B140A; }
p { color: rgb(43,20,10); }
H1.HeaderClassName
{
color: #2B140A;
}
.AnyTagClassName
{
color: #2B140A;
}
</style>
background-color css
<style>
a { background-color: #2B140A; }
a { background-color: rgb(43,20,10); }
div.DivClassName
{
background-color: #2B140A;
}
.BgClassName
{
background-color: #2B140A;
}
</style>
border-color css
<style>
span { border-color: #2B140A; }
span { border-color: rgb(43,20,10); }
td.TdClassName
{
border-color: #2B140A;
}
.TagClassName
{
border-color: #2B140A;
}
</style>