Shades of Seal Brown #261212
Tints of Seal Brown #261212
RGB
CMYK
RGB Variations
Color information
#261212 (or 0x261212) is known color: Seal Brown. HEX triplet: 26, 12 and 12. RGB value is (38,18,18). Sum of RGB (Red+Green+Blue) = 38+18+18=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #261212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261212 is #D9EDED. Grayscale: #181818. Windows color (decimal): -14282222 or 1184294. OLE color: 1184294.
HSL color Cylindrical-coordinate representation of color #261212: hue angle of 0º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #261212 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 18 | 18 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.85 |
| HSL | 0º | 0.36% | 0.11% | - |
| HSV(B) | 0º | 0.53% | 0.15% | - |
| XYZ | 1.12 | 0.89 | 0.68 | - |
| YUV | 23.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 18 | 18 | 0 | 0.53 | 0.53 | 0.85 | 0 | 0.36 | 0.11 |
| Hex | 26 | 12 | 12 | 0 | 35 | 35 | 55 | 0 | 24 | B |
| Octal | 46 | 22 | 22 | 0 | 65 | 65 | 125 | 0 | 44 | 13 |
| Binary | 100110 | 10010 | 10010 | 0 | 110101 | 110101 | 1010101 | 0 | 100100 | 1011 |
Color Harmonies of #261212
Complementary color
Monochromatic Colors of #261212
Black with #261212
Text Example
Text Example
White with #261212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261212; }
p { color: rgb(38,18,18); }
H1.HeaderClassName
{
color: #261212;
}
.AnyTagClassName
{
color: #261212;
}
</style>
background-color css
<style>
a { background-color: #261212; }
a { background-color: rgb(38,18,18); }
div.DivClassName
{
background-color: #261212;
}
.BgClassName
{
background-color: #261212;
}
</style>
border-color css
<style>
span { border-color: #261212; }
span { border-color: rgb(38,18,18); }
td.TdClassName
{
border-color: #261212;
}
.TagClassName
{
border-color: #261212;
}
</style>