Shades of Seal Brown #260F03
Tints of Seal Brown #260F03
RGB
CMYK
RGB Variations
Color information
#260F03 (or 0x260F03) is known color: Seal Brown. HEX triplet: 26, 0F and 03. RGB value is (38,15,3). Sum of RGB (Red+Green+Blue) = 38+15+3=56 (7% of max value = 765). Red value is 38 (15.23% from 255 or 67.86% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 38 - color contains mainly: red. Hex color #260F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F03 is #D9F0FC. Grayscale: #141414. Windows color (decimal): -14283005 or 200486. OLE color: 200486.
HSL color Cylindrical-coordinate representation of color #260F03: hue angle of 20.57º 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 #260F03 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 3 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.85 |
| HSL | 20.57º | 0.85% | 0.08% | - |
| HSV(B) | 20.57º | 0.92% | 0.15% | - |
| XYZ | 0.99 | 0.76 | 0.18 | - |
| YUV | 20.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 3 | 0 | 0.61 | 0.92 | 0.85 | 20.57 | 0.85 | 0.08 |
| Hex | 26 | F | 3 | 0 | 3D | 5C | 55 | 15 | 55 | 8 |
| Octal | 46 | 17 | 3 | 0 | 75 | 134 | 125 | 25 | 125 | 10 |
| Binary | 100110 | 1111 | 11 | 0 | 111101 | 1011100 | 1010101 | 10101 | 1010101 | 1000 |
Color Harmonies of #260F03
Complementary color
Monochromatic Colors of #260F03
Black with #260F03
Text Example
Text Example
White with #260F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F03; }
p { color: rgb(38,15,3); }
H1.HeaderClassName
{
color: #260F03;
}
.AnyTagClassName
{
color: #260F03;
}
</style>
background-color css
<style>
a { background-color: #260F03; }
a { background-color: rgb(38,15,3); }
div.DivClassName
{
background-color: #260F03;
}
.BgClassName
{
background-color: #260F03;
}
</style>
border-color css
<style>
span { border-color: #260F03; }
span { border-color: rgb(38,15,3); }
td.TdClassName
{
border-color: #260F03;
}
.TagClassName
{
border-color: #260F03;
}
</style>