Shades of Seal Brown #3B0702
Tints of Seal Brown #3B0702
RGB
CMYK
RGB Variations
Color information
#3B0702 (or 0x3B0702) is known color: Seal Brown. HEX triplet: 3B, 07 and 02. RGB value is (59,7,2). Sum of RGB (Red+Green+Blue) = 59+7+2=68 (9% of max value = 765). Red value is 59 (23.44% from 255 or 86.76% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0702 is #C4F8FD. Grayscale: #161616. Windows color (decimal): -12908798 or 132923. OLE color: 132923.
HSL color Cylindrical-coordinate representation of color #3B0702: hue angle of 5.26º 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 #3B0702 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 7 | 2 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.77 |
| HSL | 5.26º | 0.93% | 0.12% | - |
| HSV(B) | 5.26º | 0.97% | 0.23% | - |
| XYZ | 1.89 | 1.09 | 0.17 | - |
| YUV | 21.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 2 | 0 | 0.88 | 0.97 | 0.77 | 5.26 | 0.93 | 0.12 |
| Hex | 3B | 7 | 2 | 0 | 58 | 61 | 4D | 5 | 5D | C |
| Octal | 73 | 7 | 2 | 0 | 130 | 141 | 115 | 5 | 135 | 14 |
| Binary | 111011 | 111 | 10 | 0 | 1011000 | 1100001 | 1001101 | 101 | 1011101 | 1100 |
Color Harmonies of #3B0702
Complementary color
Monochromatic Colors of #3B0702
Black with #3B0702
Text Example
Text Example
White with #3B0702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0702; }
p { color: rgb(59,7,2); }
H1.HeaderClassName
{
color: #3B0702;
}
.AnyTagClassName
{
color: #3B0702;
}
</style>
background-color css
<style>
a { background-color: #3B0702; }
a { background-color: rgb(59,7,2); }
div.DivClassName
{
background-color: #3B0702;
}
.BgClassName
{
background-color: #3B0702;
}
</style>
border-color css
<style>
span { border-color: #3B0702; }
span { border-color: rgb(59,7,2); }
td.TdClassName
{
border-color: #3B0702;
}
.TagClassName
{
border-color: #3B0702;
}
</style>