Shades of Seal Brown #3B0500
Tints of Seal Brown #3B0500
RGB
CMYK
RGB Variations
Color information
#3B0500 (or 0x3B0500) is known color: Seal Brown. HEX triplet: 3B, 05 and 00. RGB value is (59,5,0). Sum of RGB (Red+Green+Blue) = 59+5+0=64 (8% of max value = 765). Red value is 59 (23.44% from 255 or 92.19% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0500 is #C4FAFF. Grayscale: #141414. Windows color (decimal): -12909312 or 1339. OLE color: 1339.
HSL color Cylindrical-coordinate representation of color #3B0500: hue angle of 5.08º 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 #3B0500 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 5 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.77 |
| HSL | 5.08º | 1% | 0.12% | - |
| HSV(B) | 5.08º | 1% | 0.23% | - |
| XYZ | 1.86 | 1.04 | 0.1 | - |
| YUV | 20.58 | 116.39 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 0 | 0 | 0.92 | 1 | 0.77 | 5.08 | 1 | 0.12 |
| Hex | 3B | 5 | 0 | 0 | 5C | 64 | 4D | 5 | 64 | C |
| Octal | 73 | 5 | 0 | 0 | 134 | 144 | 115 | 5 | 144 | 14 |
| Binary | 111011 | 101 | 0 | 0 | 1011100 | 1100100 | 1001101 | 101 | 1100100 | 1100 |
Color Harmonies of #3B0500
Complementary color
Monochromatic Colors of #3B0500
Black with #3B0500
Text Example
Text Example
White with #3B0500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0500; }
p { color: rgb(59,5,0); }
H1.HeaderClassName
{
color: #3B0500;
}
.AnyTagClassName
{
color: #3B0500;
}
</style>
background-color css
<style>
a { background-color: #3B0500; }
a { background-color: rgb(59,5,0); }
div.DivClassName
{
background-color: #3B0500;
}
.BgClassName
{
background-color: #3B0500;
}
</style>
border-color css
<style>
span { border-color: #3B0500; }
span { border-color: rgb(59,5,0); }
td.TdClassName
{
border-color: #3B0500;
}
.TagClassName
{
border-color: #3B0500;
}
</style>