Shades of Seal Brown #2C0801
Tints of Seal Brown #2C0801
RGB
CMYK
RGB Variations
Color information
#2C0801 (or 0x2C0801) is known color: Seal Brown. HEX triplet: 2C, 08 and 01. RGB value is (44,8,1). Sum of RGB (Red+Green+Blue) = 44+8+1=53 (7% of max value = 765). Red value is 44 (17.58% from 255 or 83.02% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0801 is #D3F7FE. Grayscale: #121212. Windows color (decimal): -13891583 or 67628. OLE color: 67628.
HSL color Cylindrical-coordinate representation of color #2C0801: hue angle of 9.77º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C0801 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 8 | 1 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.83 |
| HSL | 9.77º | 0.96% | 0.09% | - |
| HSV(B) | 9.77º | 0.98% | 0.17% | - |
| XYZ | 1.13 | 0.71 | 0.11 | - |
| YUV | 17.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 1 | 0 | 0.82 | 0.98 | 0.83 | 9.77 | 0.96 | 0.09 |
| Hex | 2C | 8 | 1 | 0 | 52 | 62 | 53 | A | 60 | 9 |
| Octal | 54 | 10 | 1 | 0 | 122 | 142 | 123 | 12 | 140 | 11 |
| Binary | 101100 | 1000 | 1 | 0 | 1010010 | 1100010 | 1010011 | 1010 | 1100000 | 1001 |
Color Harmonies of #2C0801
Complementary color
Monochromatic Colors of #2C0801
Black with #2C0801
Text Example
Text Example
White with #2C0801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0801; }
p { color: rgb(44,8,1); }
H1.HeaderClassName
{
color: #2C0801;
}
.AnyTagClassName
{
color: #2C0801;
}
</style>
background-color css
<style>
a { background-color: #2C0801; }
a { background-color: rgb(44,8,1); }
div.DivClassName
{
background-color: #2C0801;
}
.BgClassName
{
background-color: #2C0801;
}
</style>
border-color css
<style>
span { border-color: #2C0801; }
span { border-color: rgb(44,8,1); }
td.TdClassName
{
border-color: #2C0801;
}
.TagClassName
{
border-color: #2C0801;
}
</style>