Shades of Seal Brown #2B1108
Tints of Seal Brown #2B1108
RGB
CMYK
RGB Variations
Color information
#2B1108 (or 0x2B1108) is known color: Seal Brown. HEX triplet: 2B, 11 and 08. RGB value is (43,17,8). Sum of RGB (Red+Green+Blue) = 43+17+8=68 (9% of max value = 765). Red value is 43 (17.19% from 255 or 63.24% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1108 is #D4EEF7. Grayscale: #171717. Windows color (decimal): -13954808 or 528683. OLE color: 528683.
HSL color Cylindrical-coordinate representation of color #2B1108: hue angle of 15.43º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B1108 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 17 | 8 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.83 |
| HSL | 15.43º | 0.69% | 0.1% | - |
| HSV(B) | 15.43º | 0.81% | 0.17% | - |
| XYZ | 1.24 | 0.93 | 0.34 | - |
| YUV | 23.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 8 | 0 | 0.60 | 0.81 | 0.83 | 15.43 | 0.69 | 0.1 |
| Hex | 2B | 11 | 8 | 0 | 3C | 51 | 53 | F | 45 | A |
| Octal | 53 | 21 | 10 | 0 | 74 | 121 | 123 | 17 | 105 | 12 |
| Binary | 101011 | 10001 | 1000 | 0 | 111100 | 1010001 | 1010011 | 1111 | 1000101 | 1010 |
Color Harmonies of #2B1108
Complementary color
Monochromatic Colors of #2B1108
Black with #2B1108
Text Example
Text Example
White with #2B1108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1108; }
p { color: rgb(43,17,8); }
H1.HeaderClassName
{
color: #2B1108;
}
.AnyTagClassName
{
color: #2B1108;
}
</style>
background-color css
<style>
a { background-color: #2B1108; }
a { background-color: rgb(43,17,8); }
div.DivClassName
{
background-color: #2B1108;
}
.BgClassName
{
background-color: #2B1108;
}
</style>
border-color css
<style>
span { border-color: #2B1108; }
span { border-color: rgb(43,17,8); }
td.TdClassName
{
border-color: #2B1108;
}
.TagClassName
{
border-color: #2B1108;
}
</style>