Shades of Seal Brown #2F0B07
Tints of Seal Brown #2F0B07
RGB
CMYK
RGB Variations
Color information
#2F0B07 (or 0x2F0B07) is known color: Seal Brown. HEX triplet: 2F, 0B and 07. RGB value is (47,11,7). Sum of RGB (Red+Green+Blue) = 47+11+7=65 (8% of max value = 765). Red value is 47 (18.75% from 255 or 72.31% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0B07 is #D0F4F8. Grayscale: #151515. Windows color (decimal): -13694201 or 461615. OLE color: 461615.
HSL color Cylindrical-coordinate representation of color #2F0B07: hue angle of 6º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0B07 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 11 | 7 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.82 |
| HSL | 6º | 0.74% | 0.11% | - |
| HSV(B) | 6º | 0.85% | 0.18% | - |
| XYZ | 1.33 | 0.86 | 0.3 | - |
| YUV | 21.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 7 | 0 | 0.77 | 0.85 | 0.82 | 6 | 0.74 | 0.11 |
| Hex | 2F | B | 7 | 0 | 4D | 55 | 52 | 6 | 4A | B |
| Octal | 57 | 13 | 7 | 0 | 115 | 125 | 122 | 6 | 112 | 13 |
| Binary | 101111 | 1011 | 111 | 0 | 1001101 | 1010101 | 1010010 | 110 | 1001010 | 1011 |
Color Harmonies of #2F0B07
Complementary color
Monochromatic Colors of #2F0B07
Black with #2F0B07
Text Example
Text Example
White with #2F0B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0B07; }
p { color: rgb(47,11,7); }
H1.HeaderClassName
{
color: #2F0B07;
}
.AnyTagClassName
{
color: #2F0B07;
}
</style>
background-color css
<style>
a { background-color: #2F0B07; }
a { background-color: rgb(47,11,7); }
div.DivClassName
{
background-color: #2F0B07;
}
.BgClassName
{
background-color: #2F0B07;
}
</style>
border-color css
<style>
span { border-color: #2F0B07; }
span { border-color: rgb(47,11,7); }
td.TdClassName
{
border-color: #2F0B07;
}
.TagClassName
{
border-color: #2F0B07;
}
</style>