Shades of Seal Brown #2D0E0D
Tints of Seal Brown #2D0E0D
RGB
CMYK
RGB Variations
Color information
#2D0E0D (or 0x2D0E0D) is known color: Seal Brown. HEX triplet: 2D, 0E and 0D. RGB value is (45,14,13). Sum of RGB (Red+Green+Blue) = 45+14+13=72 (9% of max value = 765). Red value is 45 (17.97% from 255 or 62.5% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0E0D is #D2F1F2. Grayscale: #171717. Windows color (decimal): -13824499 or 855597. OLE color: 855597.
HSL color Cylindrical-coordinate representation of color #2D0E0D: hue angle of 1.88º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D0E0D is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 14 | 13 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.82 |
| HSL | 1.88º | 0.55% | 0.11% | - |
| HSV(B) | 1.88º | 0.71% | 0.18% | - |
| XYZ | 1.31 | 0.9 | 0.49 | - |
| YUV | 23.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 13 | 0 | 0.69 | 0.71 | 0.82 | 1.88 | 0.55 | 0.11 |
| Hex | 2D | E | D | 0 | 45 | 47 | 52 | 2 | 37 | B |
| Octal | 55 | 16 | 15 | 0 | 105 | 107 | 122 | 2 | 67 | 13 |
| Binary | 101101 | 1110 | 1101 | 0 | 1000101 | 1000111 | 1010010 | 10 | 110111 | 1011 |
Color Harmonies of #2D0E0D
Complementary color
Monochromatic Colors of #2D0E0D
Black with #2D0E0D
Text Example
Text Example
White with #2D0E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0E0D; }
p { color: rgb(45,14,13); }
H1.HeaderClassName
{
color: #2D0E0D;
}
.AnyTagClassName
{
color: #2D0E0D;
}
</style>
background-color css
<style>
a { background-color: #2D0E0D; }
a { background-color: rgb(45,14,13); }
div.DivClassName
{
background-color: #2D0E0D;
}
.BgClassName
{
background-color: #2D0E0D;
}
</style>
border-color css
<style>
span { border-color: #2D0E0D; }
span { border-color: rgb(45,14,13); }
td.TdClassName
{
border-color: #2D0E0D;
}
.TagClassName
{
border-color: #2D0E0D;
}
</style>