Shades of Seal Brown #260D04
Tints of Seal Brown #260D04
RGB
CMYK
RGB Variations
Color information
#260D04 (or 0x260D04) is known color: Seal Brown. HEX triplet: 26, 0D and 04. RGB value is (38,13,4). Sum of RGB (Red+Green+Blue) = 38+13+4=55 (7% of max value = 765). Red value is 38 (15.23% from 255 or 69.09% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 38 - color contains mainly: red. Hex color #260D04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D04 is #D9F2FB. Grayscale: #131313. Windows color (decimal): -14283516 or 265510. OLE color: 265510.
HSL color Cylindrical-coordinate representation of color #260D04: hue angle of 15.88º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260D04 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 13 | 4 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.85 |
| HSL | 15.88º | 0.81% | 0.08% | - |
| HSV(B) | 15.88º | 0.89% | 0.15% | - |
| XYZ | 0.97 | 0.71 | 0.2 | - |
| YUV | 19.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 4 | 0 | 0.66 | 0.89 | 0.85 | 15.88 | 0.81 | 0.08 |
| Hex | 26 | D | 4 | 0 | 42 | 59 | 55 | 10 | 51 | 8 |
| Octal | 46 | 15 | 4 | 0 | 102 | 131 | 125 | 20 | 121 | 10 |
| Binary | 100110 | 1101 | 100 | 0 | 1000010 | 1011001 | 1010101 | 10000 | 1010001 | 1000 |
Color Harmonies of #260D04
Complementary color
Monochromatic Colors of #260D04
Black with #260D04
Text Example
Text Example
White with #260D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D04; }
p { color: rgb(38,13,4); }
H1.HeaderClassName
{
color: #260D04;
}
.AnyTagClassName
{
color: #260D04;
}
</style>
background-color css
<style>
a { background-color: #260D04; }
a { background-color: rgb(38,13,4); }
div.DivClassName
{
background-color: #260D04;
}
.BgClassName
{
background-color: #260D04;
}
</style>
border-color css
<style>
span { border-color: #260D04; }
span { border-color: rgb(38,13,4); }
td.TdClassName
{
border-color: #260D04;
}
.TagClassName
{
border-color: #260D04;
}
</style>