Shades of Seal Brown #260D05
Tints of Seal Brown #260D05
RGB
CMYK
RGB Variations
Color information
#260D05 (or 0x260D05) is known color: Seal Brown. HEX triplet: 26, 0D and 05. RGB value is (38,13,5). Sum of RGB (Red+Green+Blue) = 38+13+5=56 (7% of max value = 765). Red value is 38 (15.23% from 255 or 67.86% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 38 - color contains mainly: red. Hex color #260D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D05 is #D9F2FA. Grayscale: #131313. Windows color (decimal): -14283515 or 331046. OLE color: 331046.
HSL color Cylindrical-coordinate representation of color #260D05: hue angle of 14.55º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #260D05 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 13 | 5 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.85 |
| HSL | 14.55º | 0.77% | 0.08% | - |
| HSV(B) | 14.55º | 0.87% | 0.15% | - |
| XYZ | 0.97 | 0.71 | 0.23 | - |
| YUV | 19.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 5 | 0 | 0.66 | 0.87 | 0.85 | 14.55 | 0.77 | 0.08 |
| Hex | 26 | D | 5 | 0 | 42 | 57 | 55 | F | 4D | 8 |
| Octal | 46 | 15 | 5 | 0 | 102 | 127 | 125 | 17 | 115 | 10 |
| Binary | 100110 | 1101 | 101 | 0 | 1000010 | 1010111 | 1010101 | 1111 | 1001101 | 1000 |
Color Harmonies of #260D05
Complementary color
Monochromatic Colors of #260D05
Black with #260D05
Text Example
Text Example
White with #260D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D05; }
p { color: rgb(38,13,5); }
H1.HeaderClassName
{
color: #260D05;
}
.AnyTagClassName
{
color: #260D05;
}
</style>
background-color css
<style>
a { background-color: #260D05; }
a { background-color: rgb(38,13,5); }
div.DivClassName
{
background-color: #260D05;
}
.BgClassName
{
background-color: #260D05;
}
</style>
border-color css
<style>
span { border-color: #260D05; }
span { border-color: rgb(38,13,5); }
td.TdClassName
{
border-color: #260D05;
}
.TagClassName
{
border-color: #260D05;
}
</style>