Shades of Seal Brown #260E07
Tints of Seal Brown #260E07
RGB
CMYK
RGB Variations
Color information
#260E07 (or 0x260E07) is known color: Seal Brown. HEX triplet: 26, 0E and 07. RGB value is (38,14,7). Sum of RGB (Red+Green+Blue) = 38+14+7=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 7 (3.12% from 255 or 11.86% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #260E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260E07 is #D9F1F8. Grayscale: #141414. Windows color (decimal): -14283257 or 462374. OLE color: 462374.
HSL color Cylindrical-coordinate representation of color #260E07: hue angle of 13.55º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #260E07 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 14 | 7 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.85 |
| HSL | 13.55º | 0.69% | 0.09% | - |
| HSV(B) | 13.55º | 0.82% | 0.15% | - |
| XYZ | 0.99 | 0.74 | 0.29 | - |
| YUV | 20.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 7 | 0 | 0.63 | 0.82 | 0.85 | 13.55 | 0.69 | 0.09 |
| Hex | 26 | E | 7 | 0 | 3F | 52 | 55 | E | 45 | 9 |
| Octal | 46 | 16 | 7 | 0 | 77 | 122 | 125 | 16 | 105 | 11 |
| Binary | 100110 | 1110 | 111 | 0 | 111111 | 1010010 | 1010101 | 1110 | 1000101 | 1001 |
Color Harmonies of #260E07
Complementary color
Monochromatic Colors of #260E07
Black with #260E07
Text Example
Text Example
White with #260E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260E07; }
p { color: rgb(38,14,7); }
H1.HeaderClassName
{
color: #260E07;
}
.AnyTagClassName
{
color: #260E07;
}
</style>
background-color css
<style>
a { background-color: #260E07; }
a { background-color: rgb(38,14,7); }
div.DivClassName
{
background-color: #260E07;
}
.BgClassName
{
background-color: #260E07;
}
</style>
border-color css
<style>
span { border-color: #260E07; }
span { border-color: rgb(38,14,7); }
td.TdClassName
{
border-color: #260E07;
}
.TagClassName
{
border-color: #260E07;
}
</style>