Shades of Seal Brown #2F0C00
Tints of Seal Brown #2F0C00
RGB
CMYK
RGB Variations
Color information
#2F0C00 (or 0x2F0C00) is known color: Seal Brown. HEX triplet: 2F, 0C and 00. RGB value is (47,12,0). Sum of RGB (Red+Green+Blue) = 47+12+0=59 (7% of max value = 765). Red value is 47 (18.75% from 255 or 79.66% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0C00 is #D0F3FF. Grayscale: #151515. Windows color (decimal): -13693952 or 3119. OLE color: 3119.
HSL color Cylindrical-coordinate representation of color #2F0C00: hue angle of 15.32º 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 #2F0C00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 12 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.82 |
| HSL | 15.32º | 1% | 0.09% | - |
| HSV(B) | 15.32º | 1% | 0.18% | - |
| XYZ | 1.3 | 0.87 | 0.1 | - |
| YUV | 21.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 0 | 0 | 0.74 | 1 | 0.82 | 15.32 | 1 | 0.09 |
| Hex | 2F | C | 0 | 0 | 4A | 64 | 52 | F | 64 | 9 |
| Octal | 57 | 14 | 0 | 0 | 112 | 144 | 122 | 17 | 144 | 11 |
| Binary | 101111 | 1100 | 0 | 0 | 1001010 | 1100100 | 1010010 | 1111 | 1100100 | 1001 |
Color Harmonies of #2F0C00
Complementary color
Monochromatic Colors of #2F0C00
Black with #2F0C00
Text Example
Text Example
White with #2F0C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0C00; }
p { color: rgb(47,12,0); }
H1.HeaderClassName
{
color: #2F0C00;
}
.AnyTagClassName
{
color: #2F0C00;
}
</style>
background-color css
<style>
a { background-color: #2F0C00; }
a { background-color: rgb(47,12,0); }
div.DivClassName
{
background-color: #2F0C00;
}
.BgClassName
{
background-color: #2F0C00;
}
</style>
border-color css
<style>
span { border-color: #2F0C00; }
span { border-color: rgb(47,12,0); }
td.TdClassName
{
border-color: #2F0C00;
}
.TagClassName
{
border-color: #2F0C00;
}
</style>