Shades of Seal Brown #3B0F08
Tints of Seal Brown #3B0F08
RGB
CMYK
RGB Variations
Color information
#3B0F08 (or 0x3B0F08) is known color: Seal Brown. HEX triplet: 3B, 0F and 08. RGB value is (59,15,8). Sum of RGB (Red+Green+Blue) = 59+15+8=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0F08 is #C4F0F7. Grayscale: #1B1B1B. Windows color (decimal): -12906744 or 528187. OLE color: 528187.
HSL color Cylindrical-coordinate representation of color #3B0F08: hue angle of 8.24º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B0F08 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 15 | 8 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.77 |
| HSL | 8.24º | 0.76% | 0.13% | - |
| HSV(B) | 8.24º | 0.86% | 0.23% | - |
| XYZ | 2.02 | 1.29 | 0.37 | - |
| YUV | 27.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 15 | 8 | 0 | 0.75 | 0.86 | 0.77 | 8.24 | 0.76 | 0.13 |
| Hex | 3B | F | 8 | 0 | 4B | 56 | 4D | 8 | 4C | D |
| Octal | 73 | 17 | 10 | 0 | 113 | 126 | 115 | 10 | 114 | 15 |
| Binary | 111011 | 1111 | 1000 | 0 | 1001011 | 1010110 | 1001101 | 1000 | 1001100 | 1101 |
Color Harmonies of #3B0F08
Complementary color
Monochromatic Colors of #3B0F08
Black with #3B0F08
Text Example
Text Example
White with #3B0F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0F08; }
p { color: rgb(59,15,8); }
H1.HeaderClassName
{
color: #3B0F08;
}
.AnyTagClassName
{
color: #3B0F08;
}
</style>
background-color css
<style>
a { background-color: #3B0F08; }
a { background-color: rgb(59,15,8); }
div.DivClassName
{
background-color: #3B0F08;
}
.BgClassName
{
background-color: #3B0F08;
}
</style>
border-color css
<style>
span { border-color: #3B0F08; }
span { border-color: rgb(59,15,8); }
td.TdClassName
{
border-color: #3B0F08;
}
.TagClassName
{
border-color: #3B0F08;
}
</style>