Shades of Seal Brown #3B0E01
Tints of Seal Brown #3B0E01
RGB
CMYK
RGB Variations
Color information
#3B0E01 (or 0x3B0E01) is known color: Seal Brown. HEX triplet: 3B, 0E and 01. RGB value is (59,14,1). Sum of RGB (Red+Green+Blue) = 59+14+1=74 (9% of max value = 765). Red value is 59 (23.44% from 255 or 79.73% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0E01 is #C4F1FE. Grayscale: #1A1A1A. Windows color (decimal): -12907007 or 69179. OLE color: 69179.
HSL color Cylindrical-coordinate representation of color #3B0E01: hue angle of 13.45º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0E01 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 14 | 1 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.77 |
| HSL | 13.45º | 0.97% | 0.12% | - |
| HSV(B) | 13.45º | 0.98% | 0.23% | - |
| XYZ | 1.97 | 1.25 | 0.17 | - |
| YUV | 25.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 14 | 1 | 0 | 0.76 | 0.98 | 0.77 | 13.45 | 0.97 | 0.12 |
| Hex | 3B | E | 1 | 0 | 4C | 62 | 4D | D | 61 | C |
| Octal | 73 | 16 | 1 | 0 | 114 | 142 | 115 | 15 | 141 | 14 |
| Binary | 111011 | 1110 | 1 | 0 | 1001100 | 1100010 | 1001101 | 1101 | 1100001 | 1100 |
Color Harmonies of #3B0E01
Complementary color
Monochromatic Colors of #3B0E01
Black with #3B0E01
Text Example
Text Example
White with #3B0E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0E01; }
p { color: rgb(59,14,1); }
H1.HeaderClassName
{
color: #3B0E01;
}
.AnyTagClassName
{
color: #3B0E01;
}
</style>
background-color css
<style>
a { background-color: #3B0E01; }
a { background-color: rgb(59,14,1); }
div.DivClassName
{
background-color: #3B0E01;
}
.BgClassName
{
background-color: #3B0E01;
}
</style>
border-color css
<style>
span { border-color: #3B0E01; }
span { border-color: rgb(59,14,1); }
td.TdClassName
{
border-color: #3B0E01;
}
.TagClassName
{
border-color: #3B0E01;
}
</style>