Shades of Seal Brown #260905
Tints of Seal Brown #260905
RGB
CMYK
RGB Variations
Color information
#260905 (or 0x260905) is known color: Seal Brown. HEX triplet: 26, 09 and 05. RGB value is (38,9,5). Sum of RGB (Red+Green+Blue) = 38+9+5=52 (6% of max value = 765). Red value is 38 (15.23% from 255 or 73.08% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 38 - color contains mainly: red. Hex color #260905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260905 is #D9F6FA. Grayscale: #111111. Windows color (decimal): -14284539 or 330022. OLE color: 330022.
HSL color Cylindrical-coordinate representation of color #260905: hue angle of 7.27º 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 #260905 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 9 | 5 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.85 |
| HSL | 7.27º | 0.77% | 0.08% | - |
| HSV(B) | 7.27º | 0.87% | 0.15% | - |
| XYZ | 0.92 | 0.62 | 0.21 | - |
| YUV | 17.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 5 | 0 | 0.76 | 0.87 | 0.85 | 7.27 | 0.77 | 0.08 |
| Hex | 26 | 9 | 5 | 0 | 4C | 57 | 55 | 7 | 4D | 8 |
| Octal | 46 | 11 | 5 | 0 | 114 | 127 | 125 | 7 | 115 | 10 |
| Binary | 100110 | 1001 | 101 | 0 | 1001100 | 1010111 | 1010101 | 111 | 1001101 | 1000 |
Color Harmonies of #260905
Complementary color
Monochromatic Colors of #260905
Black with #260905
Text Example
Text Example
White with #260905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260905; }
p { color: rgb(38,9,5); }
H1.HeaderClassName
{
color: #260905;
}
.AnyTagClassName
{
color: #260905;
}
</style>
background-color css
<style>
a { background-color: #260905; }
a { background-color: rgb(38,9,5); }
div.DivClassName
{
background-color: #260905;
}
.BgClassName
{
background-color: #260905;
}
</style>
border-color css
<style>
span { border-color: #260905; }
span { border-color: rgb(38,9,5); }
td.TdClassName
{
border-color: #260905;
}
.TagClassName
{
border-color: #260905;
}
</style>