Shades of Seal Brown #2D120B
Tints of Seal Brown #2D120B
RGB
CMYK
RGB Variations
Color information
#2D120B (or 0x2D120B) is known color: Seal Brown. HEX triplet: 2D, 12 and 0B. RGB value is (45,18,11). Sum of RGB (Red+Green+Blue) = 45+18+11=74 (9% of max value = 765). Red value is 45 (17.97% from 255 or 60.81% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 45 - color contains mainly: red. Hex color #2D120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D120B is #D2EDF4. Grayscale: #191919. Windows color (decimal): -13823477 or 725549. OLE color: 725549.
HSL color Cylindrical-coordinate representation of color #2D120B: hue angle of 12.35º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D120B is Cyan = 0, Magento = 0.6, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 18 | 11 | - |
| CMYK | 0 | 0.6 | 0.76 | 0.82 |
| HSL | 12.35º | 0.61% | 0.11% | - |
| HSV(B) | 12.35º | 0.76% | 0.18% | - |
| XYZ | 1.36 | 1.01 | 0.44 | - |
| YUV | 25.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 11 | 0 | 0.6 | 0.76 | 0.82 | 12.35 | 0.61 | 0.11 |
| Hex | 2D | 12 | B | 0 | 3C | 4C | 52 | C | 3D | B |
| Octal | 55 | 22 | 13 | 0 | 74 | 114 | 122 | 14 | 75 | 13 |
| Binary | 101101 | 10010 | 1011 | 0 | 111100 | 1001100 | 1010010 | 1100 | 111101 | 1011 |
Color Harmonies of #2D120B
Complementary color
Monochromatic Colors of #2D120B
Black with #2D120B
Text Example
Text Example
White with #2D120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D120B; }
p { color: rgb(45,18,11); }
H1.HeaderClassName
{
color: #2D120B;
}
.AnyTagClassName
{
color: #2D120B;
}
</style>
background-color css
<style>
a { background-color: #2D120B; }
a { background-color: rgb(45,18,11); }
div.DivClassName
{
background-color: #2D120B;
}
.BgClassName
{
background-color: #2D120B;
}
</style>
border-color css
<style>
span { border-color: #2D120B; }
span { border-color: rgb(45,18,11); }
td.TdClassName
{
border-color: #2D120B;
}
.TagClassName
{
border-color: #2D120B;
}
</style>