Shades of Seal Brown #2D1003
Tints of Seal Brown #2D1003
RGB
CMYK
RGB Variations
Color information
#2D1003 (or 0x2D1003) is known color: Seal Brown. HEX triplet: 2D, 10 and 03. RGB value is (45,16,3). Sum of RGB (Red+Green+Blue) = 45+16+3=64 (8% of max value = 765). Red value is 45 (17.97% from 255 or 70.31% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 3 (1.56% from 255 or 4.69% from 64); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1003 is #D2EFFC. Grayscale: #171717. Windows color (decimal): -13823997 or 200749. OLE color: 200749.
HSL color Cylindrical-coordinate representation of color #2D1003: hue angle of 18.57º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D1003 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 16 | 3 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.82 |
| HSL | 18.57º | 0.88% | 0.09% | - |
| HSV(B) | 18.57º | 0.93% | 0.18% | - |
| XYZ | 1.28 | 0.94 | 0.2 | - |
| YUV | 23.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 3 | 0 | 0.64 | 0.93 | 0.82 | 18.57 | 0.88 | 0.09 |
| Hex | 2D | 10 | 3 | 0 | 40 | 5D | 52 | 13 | 58 | 9 |
| Octal | 55 | 20 | 3 | 0 | 100 | 135 | 122 | 23 | 130 | 11 |
| Binary | 101101 | 10000 | 11 | 0 | 1000000 | 1011101 | 1010010 | 10011 | 1011000 | 1001 |
Color Harmonies of #2D1003
Complementary color
Monochromatic Colors of #2D1003
Black with #2D1003
Text Example
Text Example
White with #2D1003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1003; }
p { color: rgb(45,16,3); }
H1.HeaderClassName
{
color: #2D1003;
}
.AnyTagClassName
{
color: #2D1003;
}
</style>
background-color css
<style>
a { background-color: #2D1003; }
a { background-color: rgb(45,16,3); }
div.DivClassName
{
background-color: #2D1003;
}
.BgClassName
{
background-color: #2D1003;
}
</style>
border-color css
<style>
span { border-color: #2D1003; }
span { border-color: rgb(45,16,3); }
td.TdClassName
{
border-color: #2D1003;
}
.TagClassName
{
border-color: #2D1003;
}
</style>