Shades of Seal Brown #2A1006
Tints of Seal Brown #2A1006
RGB
CMYK
RGB Variations
Color information
#2A1006 (or 0x2A1006) is known color: Seal Brown. HEX triplet: 2A, 10 and 06. RGB value is (42,16,6). Sum of RGB (Red+Green+Blue) = 42+16+6=64 (8% of max value = 765). Red value is 42 (16.80% from 255 or 65.62% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1006 is #D5EFF9. Grayscale: #161616. Windows color (decimal): -14020602 or 397354. OLE color: 397354.
HSL color Cylindrical-coordinate representation of color #2A1006: hue angle of 16.67º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A1006 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 16 | 6 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.84 |
| HSL | 16.67º | 0.75% | 0.09% | - |
| HSV(B) | 16.67º | 0.86% | 0.16% | - |
| XYZ | 1.17 | 0.88 | 0.28 | - |
| YUV | 22.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 6 | 0 | 0.62 | 0.86 | 0.84 | 16.67 | 0.75 | 0.09 |
| Hex | 2A | 10 | 6 | 0 | 3E | 56 | 54 | 11 | 4B | 9 |
| Octal | 52 | 20 | 6 | 0 | 76 | 126 | 124 | 21 | 113 | 11 |
| Binary | 101010 | 10000 | 110 | 0 | 111110 | 1010110 | 1010100 | 10001 | 1001011 | 1001 |
Color Harmonies of #2A1006
Complementary color
Monochromatic Colors of #2A1006
Black with #2A1006
Text Example
Text Example
White with #2A1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1006; }
p { color: rgb(42,16,6); }
H1.HeaderClassName
{
color: #2A1006;
}
.AnyTagClassName
{
color: #2A1006;
}
</style>
background-color css
<style>
a { background-color: #2A1006; }
a { background-color: rgb(42,16,6); }
div.DivClassName
{
background-color: #2A1006;
}
.BgClassName
{
background-color: #2A1006;
}
</style>
border-color css
<style>
span { border-color: #2A1006; }
span { border-color: rgb(42,16,6); }
td.TdClassName
{
border-color: #2A1006;
}
.TagClassName
{
border-color: #2A1006;
}
</style>