Shades of Seal Brown #2A140F
Tints of Seal Brown #2A140F
RGB
CMYK
RGB Variations
Color information
#2A140F (or 0x2A140F) is known color: Seal Brown. HEX triplet: 2A, 14 and 0F. RGB value is (42,20,15). Sum of RGB (Red+Green+Blue) = 42+20+15=77 (10% of max value = 765). Red value is 42 (16.80% from 255 or 54.55% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 42 - color contains mainly: red. Hex color #2A140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A140F is #D5EBF0. Grayscale: #1A1A1A. Windows color (decimal): -14019569 or 988202. OLE color: 988202.
HSL color Cylindrical-coordinate representation of color #2A140F: hue angle of 11.11º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A140F is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 20 | 15 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.84 |
| HSL | 11.11º | 0.47% | 0.11% | - |
| HSV(B) | 11.11º | 0.64% | 0.16% | - |
| XYZ | 1.29 | 1.03 | 0.58 | - |
| YUV | 26.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 15 | 0 | 0.52 | 0.64 | 0.84 | 11.11 | 0.47 | 0.11 |
| Hex | 2A | 14 | F | 0 | 34 | 40 | 54 | B | 2F | B |
| Octal | 52 | 24 | 17 | 0 | 64 | 100 | 124 | 13 | 57 | 13 |
| Binary | 101010 | 10100 | 1111 | 0 | 110100 | 1000000 | 1010100 | 1011 | 101111 | 1011 |
Color Harmonies of #2A140F
Complementary color
Monochromatic Colors of #2A140F
Black with #2A140F
Text Example
Text Example
White with #2A140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A140F; }
p { color: rgb(42,20,15); }
H1.HeaderClassName
{
color: #2A140F;
}
.AnyTagClassName
{
color: #2A140F;
}
</style>
background-color css
<style>
a { background-color: #2A140F; }
a { background-color: rgb(42,20,15); }
div.DivClassName
{
background-color: #2A140F;
}
.BgClassName
{
background-color: #2A140F;
}
</style>
border-color css
<style>
span { border-color: #2A140F; }
span { border-color: rgb(42,20,15); }
td.TdClassName
{
border-color: #2A140F;
}
.TagClassName
{
border-color: #2A140F;
}
</style>