Shades of Seal Brown #3B0400
Tints of Seal Brown #3B0400
RGB
CMYK
RGB Variations
Color information
#3B0400 (or 0x3B0400) is known color: Seal Brown. HEX triplet: 3B, 04 and 00. RGB value is (59,4,0). Sum of RGB (Red+Green+Blue) = 59+4+0=63 (8% of max value = 765). Red value is 59 (23.44% from 255 or 93.65% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0400 is #C4FBFF. Grayscale: #141414. Windows color (decimal): -12909568 or 1083. OLE color: 1083.
HSL color Cylindrical-coordinate representation of color #3B0400: hue angle of 4.07º 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 #3B0400 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 4 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.77 |
| HSL | 4.07º | 1% | 0.12% | - |
| HSV(B) | 4.07º | 1% | 0.23% | - |
| XYZ | 1.85 | 1.02 | 0.1 | - |
| YUV | 19.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 0 | 0 | 0.93 | 1 | 0.77 | 4.07 | 1 | 0.12 |
| Hex | 3B | 4 | 0 | 0 | 5D | 64 | 4D | 4 | 64 | C |
| Octal | 73 | 4 | 0 | 0 | 135 | 144 | 115 | 4 | 144 | 14 |
| Binary | 111011 | 100 | 0 | 0 | 1011101 | 1100100 | 1001101 | 100 | 1100100 | 1100 |
Color Harmonies of #3B0400
Complementary color
Monochromatic Colors of #3B0400
Black with #3B0400
Text Example
Text Example
White with #3B0400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0400; }
p { color: rgb(59,4,0); }
H1.HeaderClassName
{
color: #3B0400;
}
.AnyTagClassName
{
color: #3B0400;
}
</style>
background-color css
<style>
a { background-color: #3B0400; }
a { background-color: rgb(59,4,0); }
div.DivClassName
{
background-color: #3B0400;
}
.BgClassName
{
background-color: #3B0400;
}
</style>
border-color css
<style>
span { border-color: #3B0400; }
span { border-color: rgb(59,4,0); }
td.TdClassName
{
border-color: #3B0400;
}
.TagClassName
{
border-color: #3B0400;
}
</style>