Shades of Seal Brown #2C0905
Tints of Seal Brown #2C0905
RGB
CMYK
RGB Variations
Color information
#2C0905 (or 0x2C0905) is known color: Seal Brown. HEX triplet: 2C, 09 and 05. RGB value is (44,9,5). Sum of RGB (Red+Green+Blue) = 44+9+5=58 (7% of max value = 765). Red value is 44 (17.58% from 255 or 75.86% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0905 is #D3F6FA. Grayscale: #131313. Windows color (decimal): -13891323 or 330028. OLE color: 330028.
HSL color Cylindrical-coordinate representation of color #2C0905: hue angle of 6.15º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C0905 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 9 | 5 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.83 |
| HSL | 6.15º | 0.8% | 0.1% | - |
| HSV(B) | 6.15º | 0.89% | 0.17% | - |
| XYZ | 1.16 | 0.74 | 0.23 | - |
| YUV | 19.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 5 | 0 | 0.80 | 0.89 | 0.83 | 6.15 | 0.8 | 0.1 |
| Hex | 2C | 9 | 5 | 0 | 50 | 59 | 53 | 6 | 50 | A |
| Octal | 54 | 11 | 5 | 0 | 120 | 131 | 123 | 6 | 120 | 12 |
| Binary | 101100 | 1001 | 101 | 0 | 1010000 | 1011001 | 1010011 | 110 | 1010000 | 1010 |
Color Harmonies of #2C0905
Complementary color
Monochromatic Colors of #2C0905
Black with #2C0905
Text Example
Text Example
White with #2C0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0905; }
p { color: rgb(44,9,5); }
H1.HeaderClassName
{
color: #2C0905;
}
.AnyTagClassName
{
color: #2C0905;
}
</style>
background-color css
<style>
a { background-color: #2C0905; }
a { background-color: rgb(44,9,5); }
div.DivClassName
{
background-color: #2C0905;
}
.BgClassName
{
background-color: #2C0905;
}
</style>
border-color css
<style>
span { border-color: #2C0905; }
span { border-color: rgb(44,9,5); }
td.TdClassName
{
border-color: #2C0905;
}
.TagClassName
{
border-color: #2C0905;
}
</style>