Shades of Seal Brown #3A0701
Tints of Seal Brown #3A0701
RGB
CMYK
RGB Variations
Color information
#3A0701 (or 0x3A0701) is known color: Seal Brown. HEX triplet: 3A, 07 and 01. RGB value is (58,7,1). Sum of RGB (Red+Green+Blue) = 58+7+1=66 (8% of max value = 765). Red value is 58 (23.05% from 255 or 87.88% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0701 is #C5F8FE. Grayscale: #151515. Windows color (decimal): -12974335 or 67386. OLE color: 67386.
HSL color Cylindrical-coordinate representation of color #3A0701: hue angle of 6.32º 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 #3A0701 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 7 | 1 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.77 |
| HSL | 6.32º | 0.97% | 0.12% | - |
| HSV(B) | 6.32º | 0.98% | 0.23% | - |
| XYZ | 1.83 | 1.05 | 0.14 | - |
| YUV | 21.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 1 | 0 | 0.88 | 0.98 | 0.77 | 6.32 | 0.97 | 0.12 |
| Hex | 3A | 7 | 1 | 0 | 58 | 62 | 4D | 6 | 61 | C |
| Octal | 72 | 7 | 1 | 0 | 130 | 142 | 115 | 6 | 141 | 14 |
| Binary | 111010 | 111 | 1 | 0 | 1011000 | 1100010 | 1001101 | 110 | 1100001 | 1100 |
Color Harmonies of #3A0701
Complementary color
Monochromatic Colors of #3A0701
Black with #3A0701
Text Example
Text Example
White with #3A0701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0701; }
p { color: rgb(58,7,1); }
H1.HeaderClassName
{
color: #3A0701;
}
.AnyTagClassName
{
color: #3A0701;
}
</style>
background-color css
<style>
a { background-color: #3A0701; }
a { background-color: rgb(58,7,1); }
div.DivClassName
{
background-color: #3A0701;
}
.BgClassName
{
background-color: #3A0701;
}
</style>
border-color css
<style>
span { border-color: #3A0701; }
span { border-color: rgb(58,7,1); }
td.TdClassName
{
border-color: #3A0701;
}
.TagClassName
{
border-color: #3A0701;
}
</style>