Shades of Seal Brown #2A150E
Tints of Seal Brown #2A150E
RGB
CMYK
RGB Variations
Color information
#2A150E (or 0x2A150E) is known color: Seal Brown. HEX triplet: 2A, 15 and 0E. RGB value is (42,21,14). Sum of RGB (Red+Green+Blue) = 42+21+14=77 (10% of max value = 765). Red value is 42 (16.80% from 255 or 54.55% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 42 - color contains mainly: red. Hex color #2A150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A150E is #D5EAF1. Grayscale: #1A1A1A. Windows color (decimal): -14019314 or 922922. OLE color: 922922.
HSL color Cylindrical-coordinate representation of color #2A150E: hue angle of 15º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A150E is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 21 | 14 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.84 |
| HSL | 15º | 0.5% | 0.11% | - |
| HSV(B) | 15º | 0.67% | 0.16% | - |
| XYZ | 1.3 | 1.06 | 0.55 | - |
| YUV | 26.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 14 | 0 | 0.50 | 0.67 | 0.84 | 15 | 0.5 | 0.11 |
| Hex | 2A | 15 | E | 0 | 32 | 43 | 54 | F | 32 | B |
| Octal | 52 | 25 | 16 | 0 | 62 | 103 | 124 | 17 | 62 | 13 |
| Binary | 101010 | 10101 | 1110 | 0 | 110010 | 1000011 | 1010100 | 1111 | 110010 | 1011 |
Color Harmonies of #2A150E
Complementary color
Monochromatic Colors of #2A150E
Black with #2A150E
Text Example
Text Example
White with #2A150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A150E; }
p { color: rgb(42,21,14); }
H1.HeaderClassName
{
color: #2A150E;
}
.AnyTagClassName
{
color: #2A150E;
}
</style>
background-color css
<style>
a { background-color: #2A150E; }
a { background-color: rgb(42,21,14); }
div.DivClassName
{
background-color: #2A150E;
}
.BgClassName
{
background-color: #2A150E;
}
</style>
border-color css
<style>
span { border-color: #2A150E; }
span { border-color: rgb(42,21,14); }
td.TdClassName
{
border-color: #2A150E;
}
.TagClassName
{
border-color: #2A150E;
}
</style>