Shades of Seal Brown #260B03
Tints of Seal Brown #260B03
RGB
CMYK
RGB Variations
Color information
#260B03 (or 0x260B03) is known color: Seal Brown. HEX triplet: 26, 0B and 03. RGB value is (38,11,3). Sum of RGB (Red+Green+Blue) = 38+11+3=52 (6% of max value = 765). Red value is 38 (15.23% from 255 or 73.08% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 3 (1.56% from 255 or 5.77% from 52); Max value from RGB is 38 - color contains mainly: red. Hex color #260B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260B03 is #D9F4FC. Grayscale: #121212. Windows color (decimal): -14284029 or 199462. OLE color: 199462.
HSL color Cylindrical-coordinate representation of color #260B03: hue angle of 13.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 #260B03 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 11 | 3 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.85 |
| HSL | 13.71º | 0.85% | 0.08% | - |
| HSV(B) | 13.71º | 0.92% | 0.15% | - |
| XYZ | 0.94 | 0.66 | 0.16 | - |
| YUV | 18.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 3 | 0 | 0.71 | 0.92 | 0.85 | 13.71 | 0.85 | 0.08 |
| Hex | 26 | B | 3 | 0 | 47 | 5C | 55 | E | 55 | 8 |
| Octal | 46 | 13 | 3 | 0 | 107 | 134 | 125 | 16 | 125 | 10 |
| Binary | 100110 | 1011 | 11 | 0 | 1000111 | 1011100 | 1010101 | 1110 | 1010101 | 1000 |
Color Harmonies of #260B03
Complementary color
Monochromatic Colors of #260B03
Black with #260B03
Text Example
Text Example
White with #260B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260B03; }
p { color: rgb(38,11,3); }
H1.HeaderClassName
{
color: #260B03;
}
.AnyTagClassName
{
color: #260B03;
}
</style>
background-color css
<style>
a { background-color: #260B03; }
a { background-color: rgb(38,11,3); }
div.DivClassName
{
background-color: #260B03;
}
.BgClassName
{
background-color: #260B03;
}
</style>
border-color css
<style>
span { border-color: #260B03; }
span { border-color: rgb(38,11,3); }
td.TdClassName
{
border-color: #260B03;
}
.TagClassName
{
border-color: #260B03;
}
</style>