Shades of Seal Brown #260E0B
Tints of Seal Brown #260E0B
RGB
CMYK
RGB Variations
Color information
#260E0B (or 0x260E0B) is known color: Seal Brown. HEX triplet: 26, 0E and 0B. RGB value is (38,14,11). Sum of RGB (Red+Green+Blue) = 38+14+11=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #260E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260E0B is #D9F1F4. Grayscale: #141414. Windows color (decimal): -14283253 or 724518. OLE color: 724518.
HSL color Cylindrical-coordinate representation of color #260E0B: hue angle of 6.67º 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 #260E0B is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 14 | 11 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.85 |
| HSL | 6.67º | 0.55% | 0.1% | - |
| HSV(B) | 6.67º | 0.71% | 0.15% | - |
| XYZ | 1.02 | 0.75 | 0.41 | - |
| YUV | 20.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 11 | 0 | 0.63 | 0.71 | 0.85 | 6.67 | 0.55 | 0.1 |
| Hex | 26 | E | B | 0 | 3F | 47 | 55 | 7 | 37 | A |
| Octal | 46 | 16 | 13 | 0 | 77 | 107 | 125 | 7 | 67 | 12 |
| Binary | 100110 | 1110 | 1011 | 0 | 111111 | 1000111 | 1010101 | 111 | 110111 | 1010 |
Color Harmonies of #260E0B
Complementary color
Monochromatic Colors of #260E0B
Black with #260E0B
Text Example
Text Example
White with #260E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260E0B; }
p { color: rgb(38,14,11); }
H1.HeaderClassName
{
color: #260E0B;
}
.AnyTagClassName
{
color: #260E0B;
}
</style>
background-color css
<style>
a { background-color: #260E0B; }
a { background-color: rgb(38,14,11); }
div.DivClassName
{
background-color: #260E0B;
}
.BgClassName
{
background-color: #260E0B;
}
</style>
border-color css
<style>
span { border-color: #260E0B; }
span { border-color: rgb(38,14,11); }
td.TdClassName
{
border-color: #260E0B;
}
.TagClassName
{
border-color: #260E0B;
}
</style>