Shades of Seal Brown #2A0706
Tints of Seal Brown #2A0706
RGB
CMYK
RGB Variations
Color information
#2A0706 (or 0x2A0706) is known color: Seal Brown. HEX triplet: 2A, 07 and 06. RGB value is (42,7,6). Sum of RGB (Red+Green+Blue) = 42+7+6=55 (7% of max value = 765). Red value is 42 (16.80% from 255 or 76.36% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0706 is #D5F8F9. Grayscale: #111111. Windows color (decimal): -14022906 or 395050. OLE color: 395050.
HSL color Cylindrical-coordinate representation of color #2A0706: hue angle of 1.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 #2A0706 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 7 | 6 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.84 |
| HSL | 1.67º | 0.75% | 0.09% | - |
| HSV(B) | 1.67º | 0.86% | 0.16% | - |
| XYZ | 1.06 | 0.66 | 0.24 | - |
| YUV | 17.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 6 | 0 | 0.83 | 0.86 | 0.84 | 1.67 | 0.75 | 0.09 |
| Hex | 2A | 7 | 6 | 0 | 53 | 56 | 54 | 2 | 4B | 9 |
| Octal | 52 | 7 | 6 | 0 | 123 | 126 | 124 | 2 | 113 | 11 |
| Binary | 101010 | 111 | 110 | 0 | 1010011 | 1010110 | 1010100 | 10 | 1001011 | 1001 |
Color Harmonies of #2A0706
Complementary color
Monochromatic Colors of #2A0706
Black with #2A0706
Text Example
Text Example
White with #2A0706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0706; }
p { color: rgb(42,7,6); }
H1.HeaderClassName
{
color: #2A0706;
}
.AnyTagClassName
{
color: #2A0706;
}
</style>
background-color css
<style>
a { background-color: #2A0706; }
a { background-color: rgb(42,7,6); }
div.DivClassName
{
background-color: #2A0706;
}
.BgClassName
{
background-color: #2A0706;
}
</style>
border-color css
<style>
span { border-color: #2A0706; }
span { border-color: rgb(42,7,6); }
td.TdClassName
{
border-color: #2A0706;
}
.TagClassName
{
border-color: #2A0706;
}
</style>