Shades of Seal Brown #2D1308
Tints of Seal Brown #2D1308
RGB
CMYK
RGB Variations
Color information
#2D1308 (or 0x2D1308) is known color: Seal Brown. HEX triplet: 2D, 13 and 08. RGB value is (45,19,8). Sum of RGB (Red+Green+Blue) = 45+19+8=72 (9% of max value = 765). Red value is 45 (17.97% from 255 or 62.5% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1308 is #D2ECF7. Grayscale: #191919. Windows color (decimal): -13823224 or 529197. OLE color: 529197.
HSL color Cylindrical-coordinate representation of color #2D1308: hue angle of 17.84º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D1308 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 19 | 8 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.82 |
| HSL | 17.84º | 0.7% | 0.1% | - |
| HSV(B) | 17.84º | 0.82% | 0.18% | - |
| XYZ | 1.36 | 1.04 | 0.36 | - |
| YUV | 25.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 8 | 0 | 0.58 | 0.82 | 0.82 | 17.84 | 0.7 | 0.1 |
| Hex | 2D | 13 | 8 | 0 | 3A | 52 | 52 | 12 | 46 | A |
| Octal | 55 | 23 | 10 | 0 | 72 | 122 | 122 | 22 | 106 | 12 |
| Binary | 101101 | 10011 | 1000 | 0 | 111010 | 1010010 | 1010010 | 10010 | 1000110 | 1010 |
Color Harmonies of #2D1308
Complementary color
Monochromatic Colors of #2D1308
Black with #2D1308
Text Example
Text Example
White with #2D1308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1308; }
p { color: rgb(45,19,8); }
H1.HeaderClassName
{
color: #2D1308;
}
.AnyTagClassName
{
color: #2D1308;
}
</style>
background-color css
<style>
a { background-color: #2D1308; }
a { background-color: rgb(45,19,8); }
div.DivClassName
{
background-color: #2D1308;
}
.BgClassName
{
background-color: #2D1308;
}
</style>
border-color css
<style>
span { border-color: #2D1308; }
span { border-color: rgb(45,19,8); }
td.TdClassName
{
border-color: #2D1308;
}
.TagClassName
{
border-color: #2D1308;
}
</style>