Shades of Seal Brown #260F04
Tints of Seal Brown #260F04
RGB
CMYK
RGB Variations
Color information
#260F04 (or 0x260F04) is known color: Seal Brown. HEX triplet: 26, 0F and 04. RGB value is (38,15,4). Sum of RGB (Red+Green+Blue) = 38+15+4=57 (7% of max value = 765). Red value is 38 (15.23% from 255 or 66.67% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 38 - color contains mainly: red. Hex color #260F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F04 is #D9F0FB. Grayscale: #141414. Windows color (decimal): -14283004 or 266022. OLE color: 266022.
HSL color Cylindrical-coordinate representation of color #260F04: hue angle of 19.41º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260F04 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 4 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.85 |
| HSL | 19.41º | 0.81% | 0.08% | - |
| HSV(B) | 19.41º | 0.89% | 0.15% | - |
| XYZ | 0.99 | 0.76 | 0.21 | - |
| YUV | 20.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 4 | 0 | 0.61 | 0.89 | 0.85 | 19.41 | 0.81 | 0.08 |
| Hex | 26 | F | 4 | 0 | 3D | 59 | 55 | 13 | 51 | 8 |
| Octal | 46 | 17 | 4 | 0 | 75 | 131 | 125 | 23 | 121 | 10 |
| Binary | 100110 | 1111 | 100 | 0 | 111101 | 1011001 | 1010101 | 10011 | 1010001 | 1000 |
Color Harmonies of #260F04
Complementary color
Monochromatic Colors of #260F04
Black with #260F04
Text Example
Text Example
White with #260F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F04; }
p { color: rgb(38,15,4); }
H1.HeaderClassName
{
color: #260F04;
}
.AnyTagClassName
{
color: #260F04;
}
</style>
background-color css
<style>
a { background-color: #260F04; }
a { background-color: rgb(38,15,4); }
div.DivClassName
{
background-color: #260F04;
}
.BgClassName
{
background-color: #260F04;
}
</style>
border-color css
<style>
span { border-color: #260F04; }
span { border-color: rgb(38,15,4); }
td.TdClassName
{
border-color: #260F04;
}
.TagClassName
{
border-color: #260F04;
}
</style>