Shades of Seal Brown #260D0B
Tints of Seal Brown #260D0B
RGB
CMYK
RGB Variations
Color information
#260D0B (or 0x260D0B) is known color: Seal Brown. HEX triplet: 26, 0D and 0B. RGB value is (38,13,11). Sum of RGB (Red+Green+Blue) = 38+13+11=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #260D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D0B is #D9F2F4. Grayscale: #141414. Windows color (decimal): -14283509 or 724262. OLE color: 724262.
HSL color Cylindrical-coordinate representation of color #260D0B: hue angle of 4.44º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #260D0B is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 13 | 11 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.85 |
| HSL | 4.44º | 0.55% | 0.1% | - |
| HSV(B) | 4.44º | 0.71% | 0.15% | - |
| XYZ | 1 | 0.72 | 0.4 | - |
| YUV | 20.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 11 | 0 | 0.66 | 0.71 | 0.85 | 4.44 | 0.55 | 0.1 |
| Hex | 26 | D | B | 0 | 42 | 47 | 55 | 4 | 37 | A |
| Octal | 46 | 15 | 13 | 0 | 102 | 107 | 125 | 4 | 67 | 12 |
| Binary | 100110 | 1101 | 1011 | 0 | 1000010 | 1000111 | 1010101 | 100 | 110111 | 1010 |
Color Harmonies of #260D0B
Complementary color
Monochromatic Colors of #260D0B
Black with #260D0B
Text Example
Text Example
White with #260D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D0B; }
p { color: rgb(38,13,11); }
H1.HeaderClassName
{
color: #260D0B;
}
.AnyTagClassName
{
color: #260D0B;
}
</style>
background-color css
<style>
a { background-color: #260D0B; }
a { background-color: rgb(38,13,11); }
div.DivClassName
{
background-color: #260D0B;
}
.BgClassName
{
background-color: #260D0B;
}
</style>
border-color css
<style>
span { border-color: #260D0B; }
span { border-color: rgb(38,13,11); }
td.TdClassName
{
border-color: #260D0B;
}
.TagClassName
{
border-color: #260D0B;
}
</style>