Shades of Seal Brown #260909
Tints of Seal Brown #260909
RGB
CMYK
RGB Variations
Color information
#260909 (or 0x260909) is known color: Seal Brown. HEX triplet: 26, 09 and 09. RGB value is (38,9,9). Sum of RGB (Red+Green+Blue) = 38+9+9=56 (7% of max value = 765). Red value is 38 (15.23% from 255 or 67.86% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 38 - color contains mainly: red. Hex color #260909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260909 is #D9F6F6. Grayscale: #111111. Windows color (decimal): -14284535 or 592166. OLE color: 592166.
HSL color Cylindrical-coordinate representation of color #260909: hue angle of 0º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #260909 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 9 | 9 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.85 |
| HSL | 0º | 0.62% | 0.09% | - |
| HSV(B) | 0º | 0.76% | 0.15% | - |
| XYZ | 0.95 | 0.63 | 0.33 | - |
| YUV | 17.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 9 | 0 | 0.76 | 0.76 | 0.85 | 0 | 0.62 | 0.09 |
| Hex | 26 | 9 | 9 | 0 | 4C | 4C | 55 | 0 | 3E | 9 |
| Octal | 46 | 11 | 11 | 0 | 114 | 114 | 125 | 0 | 76 | 11 |
| Binary | 100110 | 1001 | 1001 | 0 | 1001100 | 1001100 | 1010101 | 0 | 111110 | 1001 |
Color Harmonies of #260909
Complementary color
Monochromatic Colors of #260909
Black with #260909
Text Example
Text Example
White with #260909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260909; }
p { color: rgb(38,9,9); }
H1.HeaderClassName
{
color: #260909;
}
.AnyTagClassName
{
color: #260909;
}
</style>
background-color css
<style>
a { background-color: #260909; }
a { background-color: rgb(38,9,9); }
div.DivClassName
{
background-color: #260909;
}
.BgClassName
{
background-color: #260909;
}
</style>
border-color css
<style>
span { border-color: #260909; }
span { border-color: rgb(38,9,9); }
td.TdClassName
{
border-color: #260909;
}
.TagClassName
{
border-color: #260909;
}
</style>