Shades of Seal Brown #260F0B
Tints of Seal Brown #260F0B
RGB
CMYK
RGB Variations
Color information
#260F0B (or 0x260F0B) is known color: Seal Brown. HEX triplet: 26, 0F and 0B. RGB value is (38,15,11). Sum of RGB (Red+Green+Blue) = 38+15+11=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #260F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F0B is #D9F0F4. Grayscale: #151515. Windows color (decimal): -14282997 or 724774. OLE color: 724774.
HSL color Cylindrical-coordinate representation of color #260F0B: hue angle of 8.89º 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 #260F0B is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 11 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.85 |
| HSL | 8.89º | 0.55% | 0.1% | - |
| HSV(B) | 8.89º | 0.71% | 0.15% | - |
| XYZ | 1.03 | 0.78 | 0.41 | - |
| YUV | 21.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 11 | 0 | 0.61 | 0.71 | 0.85 | 8.89 | 0.55 | 0.1 |
| Hex | 26 | F | B | 0 | 3D | 47 | 55 | 9 | 37 | A |
| Octal | 46 | 17 | 13 | 0 | 75 | 107 | 125 | 11 | 67 | 12 |
| Binary | 100110 | 1111 | 1011 | 0 | 111101 | 1000111 | 1010101 | 1001 | 110111 | 1010 |
Color Harmonies of #260F0B
Complementary color
Monochromatic Colors of #260F0B
Black with #260F0B
Text Example
Text Example
White with #260F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F0B; }
p { color: rgb(38,15,11); }
H1.HeaderClassName
{
color: #260F0B;
}
.AnyTagClassName
{
color: #260F0B;
}
</style>
background-color css
<style>
a { background-color: #260F0B; }
a { background-color: rgb(38,15,11); }
div.DivClassName
{
background-color: #260F0B;
}
.BgClassName
{
background-color: #260F0B;
}
</style>
border-color css
<style>
span { border-color: #260F0B; }
span { border-color: rgb(38,15,11); }
td.TdClassName
{
border-color: #260F0B;
}
.TagClassName
{
border-color: #260F0B;
}
</style>