Shades of Seal Brown #2A0201
Tints of Seal Brown #2A0201
RGB
CMYK
RGB Variations
Color information
#2A0201 (or 0x2A0201) is known color: Seal Brown. HEX triplet: 2A, 02 and 01. RGB value is (42,2,1). Sum of RGB (Red+Green+Blue) = 42+2+1=45 (5% of max value = 765). Red value is 42 (16.80% from 255 or 93.33% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0201 is #D5FDFE. Grayscale: #0D0D0D. Windows color (decimal): -14024191 or 66090. OLE color: 66090.
HSL color Cylindrical-coordinate representation of color #2A0201: hue angle of 1.46º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0201 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 2 | 1 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.84 |
| HSL | 1.46º | 0.95% | 0.08% | - |
| HSV(B) | 1.46º | 0.98% | 0.16% | - |
| XYZ | 0.98 | 0.54 | 0.08 | - |
| YUV | 13.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 1 | 0 | 0.95 | 0.98 | 0.84 | 1.46 | 0.95 | 0.08 |
| Hex | 2A | 2 | 1 | 0 | 5F | 62 | 54 | 1 | 5F | 8 |
| Octal | 52 | 2 | 1 | 0 | 137 | 142 | 124 | 1 | 137 | 10 |
| Binary | 101010 | 10 | 1 | 0 | 1011111 | 1100010 | 1010100 | 1 | 1011111 | 1000 |
Color Harmonies of #2A0201
Complementary color
Monochromatic Colors of #2A0201
Black with #2A0201
Text Example
Text Example
White with #2A0201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0201; }
p { color: rgb(42,2,1); }
H1.HeaderClassName
{
color: #2A0201;
}
.AnyTagClassName
{
color: #2A0201;
}
</style>
background-color css
<style>
a { background-color: #2A0201; }
a { background-color: rgb(42,2,1); }
div.DivClassName
{
background-color: #2A0201;
}
.BgClassName
{
background-color: #2A0201;
}
</style>
border-color css
<style>
span { border-color: #2A0201; }
span { border-color: rgb(42,2,1); }
td.TdClassName
{
border-color: #2A0201;
}
.TagClassName
{
border-color: #2A0201;
}
</style>