Shades of Seal Brown #2D1615
Tints of Seal Brown #2D1615
RGB
CMYK
RGB Variations
Color information
#2D1615 (or 0x2D1615) is known color: Seal Brown. HEX triplet: 2D, 16 and 15. RGB value is (45,22,21). Sum of RGB (Red+Green+Blue) = 45+22+21=88 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.14% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1615 is #D2E9EA. Grayscale: #1C1C1C. Windows color (decimal): -13822443 or 1381933. OLE color: 1381933.
HSL color Cylindrical-coordinate representation of color #2D1615: hue angle of 2.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D1615 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 22 | 21 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.82 |
| HSL | 2.5º | 0.36% | 0.13% | - |
| HSV(B) | 2.5º | 0.53% | 0.18% | - |
| XYZ | 1.5 | 1.19 | 0.86 | - |
| YUV | 28.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 21 | 0 | 0.51 | 0.53 | 0.82 | 2.5 | 0.36 | 0.13 |
| Hex | 2D | 16 | 15 | 0 | 33 | 35 | 52 | 2 | 24 | D |
| Octal | 55 | 26 | 25 | 0 | 63 | 65 | 122 | 2 | 44 | 15 |
| Binary | 101101 | 10110 | 10101 | 0 | 110011 | 110101 | 1010010 | 10 | 100100 | 1101 |
Color Harmonies of #2D1615
Complementary color
Monochromatic Colors of #2D1615
Black with #2D1615
Text Example
Text Example
White with #2D1615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1615; }
p { color: rgb(45,22,21); }
H1.HeaderClassName
{
color: #2D1615;
}
.AnyTagClassName
{
color: #2D1615;
}
</style>
background-color css
<style>
a { background-color: #2D1615; }
a { background-color: rgb(45,22,21); }
div.DivClassName
{
background-color: #2D1615;
}
.BgClassName
{
background-color: #2D1615;
}
</style>
border-color css
<style>
span { border-color: #2D1615; }
span { border-color: rgb(45,22,21); }
td.TdClassName
{
border-color: #2D1615;
}
.TagClassName
{
border-color: #2D1615;
}
</style>