Shades of Seal Brown #260403
Tints of Seal Brown #260403
RGB
CMYK
RGB Variations
Color information
#260403 (or 0x260403) is known color: Seal Brown. HEX triplet: 26, 04 and 03. RGB value is (38,4,3). Sum of RGB (Red+Green+Blue) = 38+4+3=45 (5% of max value = 765). Red value is 38 (15.23% from 255 or 84.44% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 3 (1.56% from 255 or 6.67% from 45); Max value from RGB is 38 - color contains mainly: red. Hex color #260403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260403 is #D9FBFC. Grayscale: #0E0E0E. Windows color (decimal): -14285821 or 197670. OLE color: 197670.
HSL color Cylindrical-coordinate representation of color #260403: hue angle of 1.71º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260403 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 4 | 3 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.85 |
| HSL | 1.71º | 0.85% | 0.08% | - |
| HSV(B) | 1.71º | 0.92% | 0.15% | - |
| XYZ | 0.86 | 0.51 | 0.14 | - |
| YUV | 14.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 4 | 3 | 0 | 0.89 | 0.92 | 0.85 | 1.71 | 0.85 | 0.08 |
| Hex | 26 | 4 | 3 | 0 | 59 | 5C | 55 | 2 | 55 | 8 |
| Octal | 46 | 4 | 3 | 0 | 131 | 134 | 125 | 2 | 125 | 10 |
| Binary | 100110 | 100 | 11 | 0 | 1011001 | 1011100 | 1010101 | 10 | 1010101 | 1000 |
Color Harmonies of #260403
Complementary color
Monochromatic Colors of #260403
Black with #260403
Text Example
Text Example
White with #260403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260403; }
p { color: rgb(38,4,3); }
H1.HeaderClassName
{
color: #260403;
}
.AnyTagClassName
{
color: #260403;
}
</style>
background-color css
<style>
a { background-color: #260403; }
a { background-color: rgb(38,4,3); }
div.DivClassName
{
background-color: #260403;
}
.BgClassName
{
background-color: #260403;
}
</style>
border-color css
<style>
span { border-color: #260403; }
span { border-color: rgb(38,4,3); }
td.TdClassName
{
border-color: #260403;
}
.TagClassName
{
border-color: #260403;
}
</style>