Shades of Seal Brown #2B150C
Tints of Seal Brown #2B150C
RGB
CMYK
RGB Variations
Color information
#2B150C (or 0x2B150C) is known color: Seal Brown. HEX triplet: 2B, 15 and 0C. RGB value is (43,21,12). Sum of RGB (Red+Green+Blue) = 43+21+12=76 (10% of max value = 765). Red value is 43 (17.19% from 255 or 56.58% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 43 - color contains mainly: red. Hex color #2B150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B150C is #D4EAF3. Grayscale: #1A1A1A. Windows color (decimal): -13953780 or 791851. OLE color: 791851.
HSL color Cylindrical-coordinate representation of color #2B150C: hue angle of 17.42º 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 #2B150C is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 21 | 12 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.83 |
| HSL | 17.42º | 0.56% | 0.11% | - |
| HSV(B) | 17.42º | 0.72% | 0.17% | - |
| XYZ | 1.33 | 1.08 | 0.49 | - |
| YUV | 26.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 12 | 0 | 0.51 | 0.72 | 0.83 | 17.42 | 0.56 | 0.11 |
| Hex | 2B | 15 | C | 0 | 33 | 48 | 53 | 11 | 38 | B |
| Octal | 53 | 25 | 14 | 0 | 63 | 110 | 123 | 21 | 70 | 13 |
| Binary | 101011 | 10101 | 1100 | 0 | 110011 | 1001000 | 1010011 | 10001 | 111000 | 1011 |
Color Harmonies of #2B150C
Complementary color
Monochromatic Colors of #2B150C
Black with #2B150C
Text Example
Text Example
White with #2B150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B150C; }
p { color: rgb(43,21,12); }
H1.HeaderClassName
{
color: #2B150C;
}
.AnyTagClassName
{
color: #2B150C;
}
</style>
background-color css
<style>
a { background-color: #2B150C; }
a { background-color: rgb(43,21,12); }
div.DivClassName
{
background-color: #2B150C;
}
.BgClassName
{
background-color: #2B150C;
}
</style>
border-color css
<style>
span { border-color: #2B150C; }
span { border-color: rgb(43,21,12); }
td.TdClassName
{
border-color: #2B150C;
}
.TagClassName
{
border-color: #2B150C;
}
</style>