Shades of Seal Brown #2A0402
Tints of Seal Brown #2A0402
RGB
CMYK
RGB Variations
Color information
#2A0402 (or 0x2A0402) is known color: Seal Brown. HEX triplet: 2A, 04 and 02. RGB value is (42,4,2). Sum of RGB (Red+Green+Blue) = 42+4+2=48 (6% of max value = 765). Red value is 42 (16.80% from 255 or 87.5% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0402 is #D5FBFD. Grayscale: #0F0F0F. Windows color (decimal): -14023678 or 132138. OLE color: 132138.
HSL color Cylindrical-coordinate representation of color #2A0402: hue angle of 3º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0402 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 4 | 2 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.84 |
| HSL | 3º | 0.91% | 0.09% | - |
| HSV(B) | 3º | 0.95% | 0.16% | - |
| XYZ | 1.01 | 0.58 | 0.12 | - |
| YUV | 15.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 2 | 0 | 0.90 | 0.95 | 0.84 | 3 | 0.91 | 0.09 |
| Hex | 2A | 4 | 2 | 0 | 5A | 5F | 54 | 3 | 5B | 9 |
| Octal | 52 | 4 | 2 | 0 | 132 | 137 | 124 | 3 | 133 | 11 |
| Binary | 101010 | 100 | 10 | 0 | 1011010 | 1011111 | 1010100 | 11 | 1011011 | 1001 |
Color Harmonies of #2A0402
Complementary color
Monochromatic Colors of #2A0402
Black with #2A0402
Text Example
Text Example
White with #2A0402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0402; }
p { color: rgb(42,4,2); }
H1.HeaderClassName
{
color: #2A0402;
}
.AnyTagClassName
{
color: #2A0402;
}
</style>
background-color css
<style>
a { background-color: #2A0402; }
a { background-color: rgb(42,4,2); }
div.DivClassName
{
background-color: #2A0402;
}
.BgClassName
{
background-color: #2A0402;
}
</style>
border-color css
<style>
span { border-color: #2A0402; }
span { border-color: rgb(42,4,2); }
td.TdClassName
{
border-color: #2A0402;
}
.TagClassName
{
border-color: #2A0402;
}
</style>