Shades of Seal Brown #2D120C
Tints of Seal Brown #2D120C
RGB
CMYK
RGB Variations
Color information
#2D120C (or 0x2D120C) is known color: Seal Brown. HEX triplet: 2D, 12 and 0C. RGB value is (45,18,12). Sum of RGB (Red+Green+Blue) = 45+18+12=75 (9% of max value = 765). Red value is 45 (17.97% from 255 or 60% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 45 - color contains mainly: red. Hex color #2D120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D120C is #D2EDF3. Grayscale: #191919. Windows color (decimal): -13823476 or 791085. OLE color: 791085.
HSL color Cylindrical-coordinate representation of color #2D120C: hue angle of 10.91º 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 #2D120C is Cyan = 0, Magento = 0.6, Yellow = 0.73 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 18 | 12 | - |
| CMYK | 0 | 0.6 | 0.73 | 0.82 |
| HSL | 10.91º | 0.58% | 0.11% | - |
| HSV(B) | 10.91º | 0.73% | 0.18% | - |
| XYZ | 1.36 | 1.02 | 0.47 | - |
| YUV | 25.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 12 | 0 | 0.6 | 0.73 | 0.82 | 10.91 | 0.58 | 0.11 |
| Hex | 2D | 12 | C | 0 | 3C | 49 | 52 | B | 3A | B |
| Octal | 55 | 22 | 14 | 0 | 74 | 111 | 122 | 13 | 72 | 13 |
| Binary | 101101 | 10010 | 1100 | 0 | 111100 | 1001001 | 1010010 | 1011 | 111010 | 1011 |
Color Harmonies of #2D120C
Complementary color
Monochromatic Colors of #2D120C
Black with #2D120C
Text Example
Text Example
White with #2D120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D120C; }
p { color: rgb(45,18,12); }
H1.HeaderClassName
{
color: #2D120C;
}
.AnyTagClassName
{
color: #2D120C;
}
</style>
background-color css
<style>
a { background-color: #2D120C; }
a { background-color: rgb(45,18,12); }
div.DivClassName
{
background-color: #2D120C;
}
.BgClassName
{
background-color: #2D120C;
}
</style>
border-color css
<style>
span { border-color: #2D120C; }
span { border-color: rgb(45,18,12); }
td.TdClassName
{
border-color: #2D120C;
}
.TagClassName
{
border-color: #2D120C;
}
</style>