Shades of Seal Brown #2D110C
Tints of Seal Brown #2D110C
RGB
CMYK
RGB Variations
Color information
#2D110C (or 0x2D110C) is known color: Seal Brown. HEX triplet: 2D, 11 and 0C. RGB value is (45,17,12). Sum of RGB (Red+Green+Blue) = 45+17+12=74 (9% of max value = 765). Red value is 45 (17.97% from 255 or 60.81% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 45 - color contains mainly: red. Hex color #2D110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D110C is #D2EEF3. Grayscale: #181818. Windows color (decimal): -13823732 or 790829. OLE color: 790829.
HSL color Cylindrical-coordinate representation of color #2D110C: hue angle of 9.09º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D110C is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 17 | 12 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.82 |
| HSL | 9.09º | 0.58% | 0.11% | - |
| HSV(B) | 9.09º | 0.73% | 0.18% | - |
| XYZ | 1.35 | 0.99 | 0.47 | - |
| YUV | 24.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 12 | 0 | 0.62 | 0.73 | 0.82 | 9.09 | 0.58 | 0.11 |
| Hex | 2D | 11 | C | 0 | 3E | 49 | 52 | 9 | 3A | B |
| Octal | 55 | 21 | 14 | 0 | 76 | 111 | 122 | 11 | 72 | 13 |
| Binary | 101101 | 10001 | 1100 | 0 | 111110 | 1001001 | 1010010 | 1001 | 111010 | 1011 |
Color Harmonies of #2D110C
Complementary color
Monochromatic Colors of #2D110C
Black with #2D110C
Text Example
Text Example
White with #2D110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D110C; }
p { color: rgb(45,17,12); }
H1.HeaderClassName
{
color: #2D110C;
}
.AnyTagClassName
{
color: #2D110C;
}
</style>
background-color css
<style>
a { background-color: #2D110C; }
a { background-color: rgb(45,17,12); }
div.DivClassName
{
background-color: #2D110C;
}
.BgClassName
{
background-color: #2D110C;
}
</style>
border-color css
<style>
span { border-color: #2D110C; }
span { border-color: rgb(45,17,12); }
td.TdClassName
{
border-color: #2D110C;
}
.TagClassName
{
border-color: #2D110C;
}
</style>