Shades of Seal Brown #260800
Tints of Seal Brown #260800
RGB
CMYK
RGB Variations
Color information
#260800 (or 0x260800) is known color: Seal Brown. HEX triplet: 26, 08 and 00. RGB value is (38,8,0). Sum of RGB (Red+Green+Blue) = 38+8+0=46 (6% of max value = 765). Red value is 38 (15.23% from 255 or 82.61% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 38 - color contains mainly: red. Hex color #260800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260800 is #D9F7FF. Grayscale: #101010. Windows color (decimal): -14284800 or 2086. OLE color: 2086.
HSL color Cylindrical-coordinate representation of color #260800: hue angle of 12.63º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260800 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 8 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.85 |
| HSL | 12.63º | 1% | 0.07% | - |
| HSV(B) | 12.63º | 1% | 0.15% | - |
| XYZ | 0.89 | 0.59 | 0.07 | - |
| YUV | 16.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 0 | 0 | 0.79 | 1 | 0.85 | 12.63 | 1 | 0.07 |
| Hex | 26 | 8 | 0 | 0 | 4F | 64 | 55 | D | 64 | 7 |
| Octal | 46 | 10 | 0 | 0 | 117 | 144 | 125 | 15 | 144 | 7 |
| Binary | 100110 | 1000 | 0 | 0 | 1001111 | 1100100 | 1010101 | 1101 | 1100100 | 111 |
Color Harmonies of #260800
Complementary color
Monochromatic Colors of #260800
Black with #260800
Text Example
Text Example
White with #260800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260800; }
p { color: rgb(38,8,0); }
H1.HeaderClassName
{
color: #260800;
}
.AnyTagClassName
{
color: #260800;
}
</style>
background-color css
<style>
a { background-color: #260800; }
a { background-color: rgb(38,8,0); }
div.DivClassName
{
background-color: #260800;
}
.BgClassName
{
background-color: #260800;
}
</style>
border-color css
<style>
span { border-color: #260800; }
span { border-color: rgb(38,8,0); }
td.TdClassName
{
border-color: #260800;
}
.TagClassName
{
border-color: #260800;
}
</style>