Shades of Seal Brown #2D0400
Tints of Seal Brown #2D0400
RGB
CMYK
RGB Variations
Color information
#2D0400 (or 0x2D0400) is known color: Seal Brown. HEX triplet: 2D, 04 and 00. RGB value is (45,4,0). Sum of RGB (Red+Green+Blue) = 45+4+0=49 (6% of max value = 765). Red value is 45 (17.97% from 255 or 91.84% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0400 is #D2FBFF. Grayscale: #0F0F0F. Windows color (decimal): -13827072 or 1069. OLE color: 1069.
HSL color Cylindrical-coordinate representation of color #2D0400: hue angle of 5.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0400 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 4 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.82 |
| HSL | 5.33º | 1% | 0.09% | - |
| HSV(B) | 5.33º | 1% | 0.18% | - |
| XYZ | 1.13 | 0.64 | 0.07 | - |
| YUV | 15.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 0 | 0 | 0.91 | 1 | 0.82 | 5.33 | 1 | 0.09 |
| Hex | 2D | 4 | 0 | 0 | 5B | 64 | 52 | 5 | 64 | 9 |
| Octal | 55 | 4 | 0 | 0 | 133 | 144 | 122 | 5 | 144 | 11 |
| Binary | 101101 | 100 | 0 | 0 | 1011011 | 1100100 | 1010010 | 101 | 1100100 | 1001 |
Color Harmonies of #2D0400
Complementary color
Monochromatic Colors of #2D0400
Black with #2D0400
Text Example
Text Example
White with #2D0400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0400; }
p { color: rgb(45,4,0); }
H1.HeaderClassName
{
color: #2D0400;
}
.AnyTagClassName
{
color: #2D0400;
}
</style>
background-color css
<style>
a { background-color: #2D0400; }
a { background-color: rgb(45,4,0); }
div.DivClassName
{
background-color: #2D0400;
}
.BgClassName
{
background-color: #2D0400;
}
</style>
border-color css
<style>
span { border-color: #2D0400; }
span { border-color: rgb(45,4,0); }
td.TdClassName
{
border-color: #2D0400;
}
.TagClassName
{
border-color: #2D0400;
}
</style>