Shades of Seal Brown #3A0502
Tints of Seal Brown #3A0502
RGB
CMYK
RGB Variations
Color information
#3A0502 (or 0x3A0502) is known color: Seal Brown. HEX triplet: 3A, 05 and 02. RGB value is (58,5,2). Sum of RGB (Red+Green+Blue) = 58+5+2=65 (8% of max value = 765). Red value is 58 (23.05% from 255 or 89.23% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0502 is #C5FAFD. Grayscale: #141414. Windows color (decimal): -12974846 or 132410. OLE color: 132410.
HSL color Cylindrical-coordinate representation of color #3A0502: hue angle of 3.21º 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 #3A0502 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 5 | 2 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.77 |
| HSL | 3.21º | 0.93% | 0.12% | - |
| HSV(B) | 3.21º | 0.97% | 0.23% | - |
| XYZ | 1.81 | 1.01 | 0.16 | - |
| YUV | 20.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 2 | 0 | 0.91 | 0.97 | 0.77 | 3.21 | 0.93 | 0.12 |
| Hex | 3A | 5 | 2 | 0 | 5B | 61 | 4D | 3 | 5D | C |
| Octal | 72 | 5 | 2 | 0 | 133 | 141 | 115 | 3 | 135 | 14 |
| Binary | 111010 | 101 | 10 | 0 | 1011011 | 1100001 | 1001101 | 11 | 1011101 | 1100 |
Color Harmonies of #3A0502
Complementary color
Monochromatic Colors of #3A0502
Black with #3A0502
Text Example
Text Example
White with #3A0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0502; }
p { color: rgb(58,5,2); }
H1.HeaderClassName
{
color: #3A0502;
}
.AnyTagClassName
{
color: #3A0502;
}
</style>
background-color css
<style>
a { background-color: #3A0502; }
a { background-color: rgb(58,5,2); }
div.DivClassName
{
background-color: #3A0502;
}
.BgClassName
{
background-color: #3A0502;
}
</style>
border-color css
<style>
span { border-color: #3A0502; }
span { border-color: rgb(58,5,2); }
td.TdClassName
{
border-color: #3A0502;
}
.TagClassName
{
border-color: #3A0502;
}
</style>