Shades of Seal Brown #2D1A19
Tints of Seal Brown #2D1A19
RGB
CMYK
RGB Variations
Color information
#2D1A19 (or 0x2D1A19) is known color: Seal Brown. HEX triplet: 2D, 1A and 19. RGB value is (45,26,25). Sum of RGB (Red+Green+Blue) = 45+26+25=96 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.88% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1A19 is #D2E5E6. Grayscale: #1F1F1F. Windows color (decimal): -13821415 or 1645101. OLE color: 1645101.
HSL color Cylindrical-coordinate representation of color #2D1A19: hue angle of 3º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D1A19 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 26 | 25 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.82 |
| HSL | 3º | 0.29% | 0.14% | - |
| HSV(B) | 3º | 0.44% | 0.18% | - |
| XYZ | 1.63 | 1.37 | 1.1 | - |
| YUV | 31.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 25 | 0 | 0.42 | 0.44 | 0.82 | 3 | 0.29 | 0.14 |
| Hex | 2D | 1A | 19 | 0 | 2A | 2C | 52 | 3 | 1D | E |
| Octal | 55 | 32 | 31 | 0 | 52 | 54 | 122 | 3 | 35 | 16 |
| Binary | 101101 | 11010 | 11001 | 0 | 101010 | 101100 | 1010010 | 11 | 11101 | 1110 |
Color Harmonies of #2D1A19
Complementary color
Monochromatic Colors of #2D1A19
Black with #2D1A19
Text Example
Text Example
White with #2D1A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1A19; }
p { color: rgb(45,26,25); }
H1.HeaderClassName
{
color: #2D1A19;
}
.AnyTagClassName
{
color: #2D1A19;
}
</style>
background-color css
<style>
a { background-color: #2D1A19; }
a { background-color: rgb(45,26,25); }
div.DivClassName
{
background-color: #2D1A19;
}
.BgClassName
{
background-color: #2D1A19;
}
</style>
border-color css
<style>
span { border-color: #2D1A19; }
span { border-color: rgb(45,26,25); }
td.TdClassName
{
border-color: #2D1A19;
}
.TagClassName
{
border-color: #2D1A19;
}
</style>