Shades of Seal Brown #3B0402
Tints of Seal Brown #3B0402
RGB
CMYK
RGB Variations
Color information
#3B0402 (or 0x3B0402) is known color: Seal Brown. HEX triplet: 3B, 04 and 02. RGB value is (59,4,2). Sum of RGB (Red+Green+Blue) = 59+4+2=65 (8% of max value = 765). Red value is 59 (23.44% from 255 or 90.77% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0402 is #C4FBFD. Grayscale: #141414. Windows color (decimal): -12909566 or 132155. OLE color: 132155.
HSL color Cylindrical-coordinate representation of color #3B0402: hue angle of 2.11º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B0402 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 4 | 2 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.77 |
| HSL | 2.11º | 0.93% | 0.12% | - |
| HSV(B) | 2.11º | 0.97% | 0.23% | - |
| XYZ | 1.86 | 1.02 | 0.16 | - |
| YUV | 20.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 2 | 0 | 0.93 | 0.97 | 0.77 | 2.11 | 0.93 | 0.12 |
| Hex | 3B | 4 | 2 | 0 | 5D | 61 | 4D | 2 | 5D | C |
| Octal | 73 | 4 | 2 | 0 | 135 | 141 | 115 | 2 | 135 | 14 |
| Binary | 111011 | 100 | 10 | 0 | 1011101 | 1100001 | 1001101 | 10 | 1011101 | 1100 |
Color Harmonies of #3B0402
Complementary color
Monochromatic Colors of #3B0402
Black with #3B0402
Text Example
Text Example
White with #3B0402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0402; }
p { color: rgb(59,4,2); }
H1.HeaderClassName
{
color: #3B0402;
}
.AnyTagClassName
{
color: #3B0402;
}
</style>
background-color css
<style>
a { background-color: #3B0402; }
a { background-color: rgb(59,4,2); }
div.DivClassName
{
background-color: #3B0402;
}
.BgClassName
{
background-color: #3B0402;
}
</style>
border-color css
<style>
span { border-color: #3B0402; }
span { border-color: rgb(59,4,2); }
td.TdClassName
{
border-color: #3B0402;
}
.TagClassName
{
border-color: #3B0402;
}
</style>