Shades of Seal Brown #2A0100
Tints of Seal Brown #2A0100
RGB
CMYK
RGB Variations
Color information
#2A0100 (or 0x2A0100) is known color: Seal Brown. HEX triplet: 2A, 01 and 00. RGB value is (42,1,0). Sum of RGB (Red+Green+Blue) = 42+1+0=43 (5% of max value = 765). Red value is 42 (16.80% from 255 or 97.67% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0100 is #D5FEFF. Grayscale: #0D0D0D. Windows color (decimal): -14024448 or 298. OLE color: 298.
HSL color Cylindrical-coordinate representation of color #2A0100: hue angle of 1.43º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0100 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 1 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.84 |
| HSL | 1.43º | 1% | 0.08% | - |
| HSV(B) | 1.43º | 1% | 0.16% | - |
| XYZ | 0.97 | 0.51 | 0.05 | - |
| YUV | 13.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 0 | 0 | 0.98 | 1 | 0.84 | 1.43 | 1 | 0.08 |
| Hex | 2A | 1 | 0 | 0 | 62 | 64 | 54 | 1 | 64 | 8 |
| Octal | 52 | 1 | 0 | 0 | 142 | 144 | 124 | 1 | 144 | 10 |
| Binary | 101010 | 1 | 0 | 0 | 1100010 | 1100100 | 1010100 | 1 | 1100100 | 1000 |
Color Harmonies of #2A0100
Complementary color
Monochromatic Colors of #2A0100
Black with #2A0100
Text Example
Text Example
White with #2A0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0100; }
p { color: rgb(42,1,0); }
H1.HeaderClassName
{
color: #2A0100;
}
.AnyTagClassName
{
color: #2A0100;
}
</style>
background-color css
<style>
a { background-color: #2A0100; }
a { background-color: rgb(42,1,0); }
div.DivClassName
{
background-color: #2A0100;
}
.BgClassName
{
background-color: #2A0100;
}
</style>
border-color css
<style>
span { border-color: #2A0100; }
span { border-color: rgb(42,1,0); }
td.TdClassName
{
border-color: #2A0100;
}
.TagClassName
{
border-color: #2A0100;
}
</style>