Shades of Seal Brown #2C0D00
Tints of Seal Brown #2C0D00
RGB
CMYK
RGB Variations
Color information
#2C0D00 (or 0x2C0D00) is known color: Seal Brown. HEX triplet: 2C, 0D and 00. RGB value is (44,13,0). Sum of RGB (Red+Green+Blue) = 44+13+0=57 (7% of max value = 765). Red value is 44 (17.58% from 255 or 77.19% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0D00 is #D3F2FF. Grayscale: #141414. Windows color (decimal): -13890304 or 3372. OLE color: 3372.
HSL color Cylindrical-coordinate representation of color #2C0D00: hue angle of 17.73º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0D00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 13 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.83 |
| HSL | 17.73º | 1% | 0.09% | - |
| HSV(B) | 17.73º | 1% | 0.17% | - |
| XYZ | 1.18 | 0.82 | 0.1 | - |
| YUV | 20.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 13 | 0 | 0 | 0.70 | 1 | 0.83 | 17.73 | 1 | 0.09 |
| Hex | 2C | D | 0 | 0 | 46 | 64 | 53 | 12 | 64 | 9 |
| Octal | 54 | 15 | 0 | 0 | 106 | 144 | 123 | 22 | 144 | 11 |
| Binary | 101100 | 1101 | 0 | 0 | 1000110 | 1100100 | 1010011 | 10010 | 1100100 | 1001 |
Color Harmonies of #2C0D00
Complementary color
Monochromatic Colors of #2C0D00
Black with #2C0D00
Text Example
Text Example
White with #2C0D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0D00; }
p { color: rgb(44,13,0); }
H1.HeaderClassName
{
color: #2C0D00;
}
.AnyTagClassName
{
color: #2C0D00;
}
</style>
background-color css
<style>
a { background-color: #2C0D00; }
a { background-color: rgb(44,13,0); }
div.DivClassName
{
background-color: #2C0D00;
}
.BgClassName
{
background-color: #2C0D00;
}
</style>
border-color css
<style>
span { border-color: #2C0D00; }
span { border-color: rgb(44,13,0); }
td.TdClassName
{
border-color: #2C0D00;
}
.TagClassName
{
border-color: #2C0D00;
}
</style>