Shades of Seal Brown #2F120A
Tints of Seal Brown #2F120A
RGB
CMYK
RGB Variations
Color information
#2F120A (or 0x2F120A) is known color: Seal Brown. HEX triplet: 2F, 12 and 0A. RGB value is (47,18,10). Sum of RGB (Red+Green+Blue) = 47+18+10=75 (9% of max value = 765). Red value is 47 (18.75% from 255 or 62.67% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 47 - color contains mainly: red. Hex color #2F120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F120A is #D0EDF5. Grayscale: #191919. Windows color (decimal): -13692406 or 660015. OLE color: 660015.
HSL color Cylindrical-coordinate representation of color #2F120A: hue angle of 12.97º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F120A is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 18 | 10 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.82 |
| HSL | 12.97º | 0.65% | 0.11% | - |
| HSV(B) | 12.97º | 0.79% | 0.18% | - |
| XYZ | 1.44 | 1.06 | 0.42 | - |
| YUV | 25.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 10 | 0 | 0.62 | 0.79 | 0.82 | 12.97 | 0.65 | 0.11 |
| Hex | 2F | 12 | A | 0 | 3E | 4F | 52 | D | 41 | B |
| Octal | 57 | 22 | 12 | 0 | 76 | 117 | 122 | 15 | 101 | 13 |
| Binary | 101111 | 10010 | 1010 | 0 | 111110 | 1001111 | 1010010 | 1101 | 1000001 | 1011 |
Color Harmonies of #2F120A
Complementary color
Monochromatic Colors of #2F120A
Black with #2F120A
Text Example
Text Example
White with #2F120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F120A; }
p { color: rgb(47,18,10); }
H1.HeaderClassName
{
color: #2F120A;
}
.AnyTagClassName
{
color: #2F120A;
}
</style>
background-color css
<style>
a { background-color: #2F120A; }
a { background-color: rgb(47,18,10); }
div.DivClassName
{
background-color: #2F120A;
}
.BgClassName
{
background-color: #2F120A;
}
</style>
border-color css
<style>
span { border-color: #2F120A; }
span { border-color: rgb(47,18,10); }
td.TdClassName
{
border-color: #2F120A;
}
.TagClassName
{
border-color: #2F120A;
}
</style>