Shades of Seal Brown #2A1B1A
Tints of Seal Brown #2A1B1A
RGB
CMYK
RGB Variations
Color information
#2A1B1A (or 0x2A1B1A) is known color: Seal Brown. HEX triplet: 2A, 1B and 1A. RGB value is (42,27,26). Sum of RGB (Red+Green+Blue) = 42+27+26=95 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.21% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1B1A is #D5E4E5. Grayscale: #1F1F1F. Windows color (decimal): -14017766 or 1710890. OLE color: 1710890.
HSL color Cylindrical-coordinate representation of color #2A1B1A: hue angle of 3.75º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A1B1A is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 27 | 26 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.84 |
| HSL | 3.75º | 0.24% | 0.13% | - |
| HSV(B) | 3.75º | 0.38% | 0.16% | - |
| XYZ | 1.53 | 1.35 | 1.16 | - |
| YUV | 31.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 27 | 26 | 0 | 0.36 | 0.38 | 0.84 | 3.75 | 0.24 | 0.13 |
| Hex | 2A | 1B | 1A | 0 | 24 | 26 | 54 | 4 | 18 | D |
| Octal | 52 | 33 | 32 | 0 | 44 | 46 | 124 | 4 | 30 | 15 |
| Binary | 101010 | 11011 | 11010 | 0 | 100100 | 100110 | 1010100 | 100 | 11000 | 1101 |
Color Harmonies of #2A1B1A
Complementary color
Monochromatic Colors of #2A1B1A
Black with #2A1B1A
Text Example
Text Example
White with #2A1B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1B1A; }
p { color: rgb(42,27,26); }
H1.HeaderClassName
{
color: #2A1B1A;
}
.AnyTagClassName
{
color: #2A1B1A;
}
</style>
background-color css
<style>
a { background-color: #2A1B1A; }
a { background-color: rgb(42,27,26); }
div.DivClassName
{
background-color: #2A1B1A;
}
.BgClassName
{
background-color: #2A1B1A;
}
</style>
border-color css
<style>
span { border-color: #2A1B1A; }
span { border-color: rgb(42,27,26); }
td.TdClassName
{
border-color: #2A1B1A;
}
.TagClassName
{
border-color: #2A1B1A;
}
</style>