Shades of Seal Brown #2D1A15
Tints of Seal Brown #2D1A15
RGB
CMYK
RGB Variations
Color information
#2D1A15 (or 0x2D1A15) is known color: Seal Brown. HEX triplet: 2D, 1A and 15. RGB value is (45,26,21). Sum of RGB (Red+Green+Blue) = 45+26+21=92 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.91% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1A15 is #D2E5EA. Grayscale: #1F1F1F. Windows color (decimal): -13821419 or 1382957. OLE color: 1382957.
HSL color Cylindrical-coordinate representation of color #2D1A15: hue angle of 12.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 #2D1A15 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 26 | 21 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.82 |
| HSL | 12.5º | 0.36% | 0.13% | - |
| HSV(B) | 12.5º | 0.53% | 0.18% | - |
| XYZ | 1.59 | 1.35 | 0.89 | - |
| YUV | 31.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 21 | 0 | 0.42 | 0.53 | 0.82 | 12.5 | 0.36 | 0.13 |
| Hex | 2D | 1A | 15 | 0 | 2A | 35 | 52 | C | 24 | D |
| Octal | 55 | 32 | 25 | 0 | 52 | 65 | 122 | 14 | 44 | 15 |
| Binary | 101101 | 11010 | 10101 | 0 | 101010 | 110101 | 1010010 | 1100 | 100100 | 1101 |
Color Harmonies of #2D1A15
Complementary color
Monochromatic Colors of #2D1A15
Black with #2D1A15
Text Example
Text Example
White with #2D1A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1A15; }
p { color: rgb(45,26,21); }
H1.HeaderClassName
{
color: #2D1A15;
}
.AnyTagClassName
{
color: #2D1A15;
}
</style>
background-color css
<style>
a { background-color: #2D1A15; }
a { background-color: rgb(45,26,21); }
div.DivClassName
{
background-color: #2D1A15;
}
.BgClassName
{
background-color: #2D1A15;
}
</style>
border-color css
<style>
span { border-color: #2D1A15; }
span { border-color: rgb(45,26,21); }
td.TdClassName
{
border-color: #2D1A15;
}
.TagClassName
{
border-color: #2D1A15;
}
</style>