Shades of Seal Brown #2B150F
Tints of Seal Brown #2B150F
RGB
CMYK
RGB Variations
Color information
#2B150F (or 0x2B150F) is known color: Seal Brown. HEX triplet: 2B, 15 and 0F. RGB value is (43,21,15). Sum of RGB (Red+Green+Blue) = 43+21+15=79 (10% of max value = 765). Red value is 43 (17.19% from 255 or 54.43% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 43 - color contains mainly: red. Hex color #2B150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B150F is #D4EAF0. Grayscale: #1A1A1A. Windows color (decimal): -13953777 or 988459. OLE color: 988459.
HSL color Cylindrical-coordinate representation of color #2B150F: hue angle of 12.86º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B150F is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 21 | 15 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.83 |
| HSL | 12.86º | 0.48% | 0.11% | - |
| HSV(B) | 12.86º | 0.65% | 0.17% | - |
| XYZ | 1.35 | 1.08 | 0.59 | - |
| YUV | 26.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 15 | 0 | 0.51 | 0.65 | 0.83 | 12.86 | 0.48 | 0.11 |
| Hex | 2B | 15 | F | 0 | 33 | 41 | 53 | D | 30 | B |
| Octal | 53 | 25 | 17 | 0 | 63 | 101 | 123 | 15 | 60 | 13 |
| Binary | 101011 | 10101 | 1111 | 0 | 110011 | 1000001 | 1010011 | 1101 | 110000 | 1011 |
Color Harmonies of #2B150F
Complementary color
Monochromatic Colors of #2B150F
Black with #2B150F
Text Example
Text Example
White with #2B150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B150F; }
p { color: rgb(43,21,15); }
H1.HeaderClassName
{
color: #2B150F;
}
.AnyTagClassName
{
color: #2B150F;
}
</style>
background-color css
<style>
a { background-color: #2B150F; }
a { background-color: rgb(43,21,15); }
div.DivClassName
{
background-color: #2B150F;
}
.BgClassName
{
background-color: #2B150F;
}
</style>
border-color css
<style>
span { border-color: #2B150F; }
span { border-color: rgb(43,21,15); }
td.TdClassName
{
border-color: #2B150F;
}
.TagClassName
{
border-color: #2B150F;
}
</style>