Shades of Seal Brown #260F0E
Tints of Seal Brown #260F0E
RGB
CMYK
RGB Variations
Color information
#260F0E (or 0x260F0E) is known color: Seal Brown. HEX triplet: 26, 0F and 0E. RGB value is (38,15,14). Sum of RGB (Red+Green+Blue) = 38+15+14=67 (8% of max value = 765). Red value is 38 (15.23% from 255 or 56.72% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 38 - color contains mainly: red. Hex color #260F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F0E is #D9F0F1. Grayscale: #151515. Windows color (decimal): -14282994 or 921382. OLE color: 921382.
HSL color Cylindrical-coordinate representation of color #260F0E: hue angle of 2.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #260F0E is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 14 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.85 |
| HSL | 2.5º | 0.46% | 0.1% | - |
| HSV(B) | 2.5º | 0.63% | 0.15% | - |
| XYZ | 1.05 | 0.79 | 0.51 | - |
| YUV | 21.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 14 | 0 | 0.61 | 0.63 | 0.85 | 2.5 | 0.46 | 0.1 |
| Hex | 26 | F | E | 0 | 3D | 3F | 55 | 2 | 2E | A |
| Octal | 46 | 17 | 16 | 0 | 75 | 77 | 125 | 2 | 56 | 12 |
| Binary | 100110 | 1111 | 1110 | 0 | 111101 | 111111 | 1010101 | 10 | 101110 | 1010 |
Color Harmonies of #260F0E
Complementary color
Monochromatic Colors of #260F0E
Black with #260F0E
Text Example
Text Example
White with #260F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F0E; }
p { color: rgb(38,15,14); }
H1.HeaderClassName
{
color: #260F0E;
}
.AnyTagClassName
{
color: #260F0E;
}
</style>
background-color css
<style>
a { background-color: #260F0E; }
a { background-color: rgb(38,15,14); }
div.DivClassName
{
background-color: #260F0E;
}
.BgClassName
{
background-color: #260F0E;
}
</style>
border-color css
<style>
span { border-color: #260F0E; }
span { border-color: rgb(38,15,14); }
td.TdClassName
{
border-color: #260F0E;
}
.TagClassName
{
border-color: #260F0E;
}
</style>