Shades of Seal Brown #260505
Tints of Seal Brown #260505
RGB
CMYK
RGB Variations
Color information
#260505 (or 0x260505) is known color: Seal Brown. HEX triplet: 26, 05 and 05. RGB value is (38,5,5). Sum of RGB (Red+Green+Blue) = 38+5+5=48 (6% of max value = 765). Red value is 38 (15.23% from 255 or 79.17% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 38 - color contains mainly: red. Hex color #260505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260505 is #D9FAFA. Grayscale: #0E0E0E. Windows color (decimal): -14285563 or 328998. OLE color: 328998.
HSL color Cylindrical-coordinate representation of color #260505: hue angle of 0º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #260505 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 5 | 5 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.85 |
| HSL | 0º | 0.77% | 0.08% | - |
| HSV(B) | 0º | 0.87% | 0.15% | - |
| XYZ | 0.88 | 0.53 | 0.2 | - |
| YUV | 14.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 5 | 0 | 0.87 | 0.87 | 0.85 | 0 | 0.77 | 0.08 |
| Hex | 26 | 5 | 5 | 0 | 57 | 57 | 55 | 0 | 4D | 8 |
| Octal | 46 | 5 | 5 | 0 | 127 | 127 | 125 | 0 | 115 | 10 |
| Binary | 100110 | 101 | 101 | 0 | 1010111 | 1010111 | 1010101 | 0 | 1001101 | 1000 |
Color Harmonies of #260505
Complementary color
Monochromatic Colors of #260505
Black with #260505
Text Example
Text Example
White with #260505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260505; }
p { color: rgb(38,5,5); }
H1.HeaderClassName
{
color: #260505;
}
.AnyTagClassName
{
color: #260505;
}
</style>
background-color css
<style>
a { background-color: #260505; }
a { background-color: rgb(38,5,5); }
div.DivClassName
{
background-color: #260505;
}
.BgClassName
{
background-color: #260505;
}
</style>
border-color css
<style>
span { border-color: #260505; }
span { border-color: rgb(38,5,5); }
td.TdClassName
{
border-color: #260505;
}
.TagClassName
{
border-color: #260505;
}
</style>