Shades of Seal Brown #2A100B
Tints of Seal Brown #2A100B
RGB
CMYK
RGB Variations
Color information
#2A100B (or 0x2A100B) is known color: Seal Brown. HEX triplet: 2A, 10 and 0B. RGB value is (42,16,11). Sum of RGB (Red+Green+Blue) = 42+16+11=69 (9% of max value = 765). Red value is 42 (16.80% from 255 or 60.87% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 42 - color contains mainly: red. Hex color #2A100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A100B is #D5EFF4. Grayscale: #171717. Windows color (decimal): -14020597 or 725034. OLE color: 725034.
HSL color Cylindrical-coordinate representation of color #2A100B: hue angle of 9.68º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A100B is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.84.
Color convert
RGB | 42 | 16 | 11 | - |
CMYK | 0 | 0.62 | 0.74 | 0.84 |
HSL | 9.68º | 0.58% | 0.1% | - |
HSV(B) | 9.68º | 0.74% | 0.16% | - |
XYZ | 1.2 | 0.89 | 0.42 | - |
YUV | 23.2 | 121.11 | 141.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 16 | 11 | 0 | 0.62 | 0.74 | 0.84 | 9.68 | 0.58 | 0.1 |
Hex | 2A | 10 | B | 0 | 3E | 4A | 54 | A | 3A | A |
Octal | 52 | 20 | 13 | 0 | 76 | 112 | 124 | 12 | 72 | 12 |
Binary | 101010 | 10000 | 1011 | 0 | 111110 | 1001010 | 1010100 | 1010 | 111010 | 1010 |
Color Harmonies of #2A100B
Complementary color
Monochromatic Colors of #2A100B
Black with #2A100B
Text Example
Text Example
White with #2A100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A100B; }
p { color: rgb(42,16,11); }
H1.HeaderClassName
{
color: #2A100B;
}
.AnyTagClassName
{
color: #2A100B;
}
</style>
background-color css
<style>
a { background-color: #2A100B; }
a { background-color: rgb(42,16,11); }
div.DivClassName
{
background-color: #2A100B;
}
.BgClassName
{
background-color: #2A100B;
}
</style>
border-color css
<style>
span { border-color: #2A100B; }
span { border-color: rgb(42,16,11); }
td.TdClassName
{
border-color: #2A100B;
}
.TagClassName
{
border-color: #2A100B;
}
</style>