Shades of Seal Brown #2D1A16
Tints of Seal Brown #2D1A16
RGB
CMYK
RGB Variations
Color information
#2D1A16 (or 0x2D1A16) is known color: Seal Brown. HEX triplet: 2D, 1A and 16. RGB value is (45,26,22). Sum of RGB (Red+Green+Blue) = 45+26+22=93 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.39% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1A16 is #D2E5E9. Grayscale: #1F1F1F. Windows color (decimal): -13821418 or 1448493. OLE color: 1448493.
HSL color Cylindrical-coordinate representation of color #2D1A16: hue angle of 10.43º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D1A16 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 26 | 22 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.82 |
| HSL | 10.43º | 0.34% | 0.13% | - |
| HSV(B) | 10.43º | 0.51% | 0.18% | - |
| XYZ | 1.6 | 1.35 | 0.94 | - |
| YUV | 31.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 22 | 0 | 0.42 | 0.51 | 0.82 | 10.43 | 0.34 | 0.13 |
| Hex | 2D | 1A | 16 | 0 | 2A | 33 | 52 | A | 22 | D |
| Octal | 55 | 32 | 26 | 0 | 52 | 63 | 122 | 12 | 42 | 15 |
| Binary | 101101 | 11010 | 10110 | 0 | 101010 | 110011 | 1010010 | 1010 | 100010 | 1101 |
Color Harmonies of #2D1A16
Complementary color
Monochromatic Colors of #2D1A16
Black with #2D1A16
Text Example
Text Example
White with #2D1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1A16; }
p { color: rgb(45,26,22); }
H1.HeaderClassName
{
color: #2D1A16;
}
.AnyTagClassName
{
color: #2D1A16;
}
</style>
background-color css
<style>
a { background-color: #2D1A16; }
a { background-color: rgb(45,26,22); }
div.DivClassName
{
background-color: #2D1A16;
}
.BgClassName
{
background-color: #2D1A16;
}
</style>
border-color css
<style>
span { border-color: #2D1A16; }
span { border-color: rgb(45,26,22); }
td.TdClassName
{
border-color: #2D1A16;
}
.TagClassName
{
border-color: #2D1A16;
}
</style>