Shades of Seal Brown #3B0800
Tints of Seal Brown #3B0800
RGB
CMYK
RGB Variations
Color information
#3B0800 (or 0x3B0800) is known color: Seal Brown. HEX triplet: 3B, 08 and 00. RGB value is (59,8,0). Sum of RGB (Red+Green+Blue) = 59+8+0=67 (8% of max value = 765). Red value is 59 (23.44% from 255 or 88.06% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0800 is #C4F7FF. Grayscale: #161616. Windows color (decimal): -12908544 or 2107. OLE color: 2107.
HSL color Cylindrical-coordinate representation of color #3B0800: hue angle of 8.14º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B0800 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 8 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.77 |
| HSL | 8.14º | 1% | 0.12% | - |
| HSV(B) | 8.14º | 1% | 0.23% | - |
| XYZ | 1.89 | 1.1 | 0.11 | - |
| YUV | 22.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 8 | 0 | 0 | 0.86 | 1 | 0.77 | 8.14 | 1 | 0.12 |
| Hex | 3B | 8 | 0 | 0 | 56 | 64 | 4D | 8 | 64 | C |
| Octal | 73 | 10 | 0 | 0 | 126 | 144 | 115 | 10 | 144 | 14 |
| Binary | 111011 | 1000 | 0 | 0 | 1010110 | 1100100 | 1001101 | 1000 | 1100100 | 1100 |
Color Harmonies of #3B0800
Complementary color
Monochromatic Colors of #3B0800
Black with #3B0800
Text Example
Text Example
White with #3B0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0800; }
p { color: rgb(59,8,0); }
H1.HeaderClassName
{
color: #3B0800;
}
.AnyTagClassName
{
color: #3B0800;
}
</style>
background-color css
<style>
a { background-color: #3B0800; }
a { background-color: rgb(59,8,0); }
div.DivClassName
{
background-color: #3B0800;
}
.BgClassName
{
background-color: #3B0800;
}
</style>
border-color css
<style>
span { border-color: #3B0800; }
span { border-color: rgb(59,8,0); }
td.TdClassName
{
border-color: #3B0800;
}
.TagClassName
{
border-color: #3B0800;
}
</style>