Shades of Seal Brown #260A03
Tints of Seal Brown #260A03
RGB
CMYK
RGB Variations
Color information
#260A03 (or 0x260A03) is known color: Seal Brown. HEX triplet: 26, 0A and 03. RGB value is (38,10,3). Sum of RGB (Red+Green+Blue) = 38+10+3=51 (6% of max value = 765). Red value is 38 (15.23% from 255 or 74.51% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 38 - color contains mainly: red. Hex color #260A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A03 is #D9F5FC. Grayscale: #111111. Windows color (decimal): -14284285 or 199206. OLE color: 199206.
HSL color Cylindrical-coordinate representation of color #260A03: hue angle of 12º 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 #260A03 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 10 | 3 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.85 |
| HSL | 12º | 0.85% | 0.08% | - |
| HSV(B) | 12º | 0.92% | 0.15% | - |
| XYZ | 0.92 | 0.64 | 0.16 | - |
| YUV | 17.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 3 | 0 | 0.74 | 0.92 | 0.85 | 12 | 0.85 | 0.08 |
| Hex | 26 | A | 3 | 0 | 4A | 5C | 55 | C | 55 | 8 |
| Octal | 46 | 12 | 3 | 0 | 112 | 134 | 125 | 14 | 125 | 10 |
| Binary | 100110 | 1010 | 11 | 0 | 1001010 | 1011100 | 1010101 | 1100 | 1010101 | 1000 |
Color Harmonies of #260A03
Complementary color
Monochromatic Colors of #260A03
Black with #260A03
Text Example
Text Example
White with #260A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A03; }
p { color: rgb(38,10,3); }
H1.HeaderClassName
{
color: #260A03;
}
.AnyTagClassName
{
color: #260A03;
}
</style>
background-color css
<style>
a { background-color: #260A03; }
a { background-color: rgb(38,10,3); }
div.DivClassName
{
background-color: #260A03;
}
.BgClassName
{
background-color: #260A03;
}
</style>
border-color css
<style>
span { border-color: #260A03; }
span { border-color: rgb(38,10,3); }
td.TdClassName
{
border-color: #260A03;
}
.TagClassName
{
border-color: #260A03;
}
</style>