Shades of Seal Brown #260A05
Tints of Seal Brown #260A05
RGB
CMYK
RGB Variations
Color information
#260A05 (or 0x260A05) is known color: Seal Brown. HEX triplet: 26, 0A and 05. RGB value is (38,10,5). Sum of RGB (Red+Green+Blue) = 38+10+5=53 (7% of max value = 765). Red value is 38 (15.23% from 255 or 71.70% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 38 - color contains mainly: red. Hex color #260A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A05 is #D9F5FA. Grayscale: #111111. Windows color (decimal): -14284283 or 330278. OLE color: 330278.
HSL color Cylindrical-coordinate representation of color #260A05: hue angle of 9.09º 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 #260A05 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 10 | 5 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.85 |
| HSL | 9.09º | 0.77% | 0.08% | - |
| HSV(B) | 9.09º | 0.87% | 0.15% | - |
| XYZ | 0.94 | 0.64 | 0.22 | - |
| YUV | 17.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 5 | 0 | 0.74 | 0.87 | 0.85 | 9.09 | 0.77 | 0.08 |
| Hex | 26 | A | 5 | 0 | 4A | 57 | 55 | 9 | 4D | 8 |
| Octal | 46 | 12 | 5 | 0 | 112 | 127 | 125 | 11 | 115 | 10 |
| Binary | 100110 | 1010 | 101 | 0 | 1001010 | 1010111 | 1010101 | 1001 | 1001101 | 1000 |
Color Harmonies of #260A05
Complementary color
Monochromatic Colors of #260A05
Black with #260A05
Text Example
Text Example
White with #260A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A05; }
p { color: rgb(38,10,5); }
H1.HeaderClassName
{
color: #260A05;
}
.AnyTagClassName
{
color: #260A05;
}
</style>
background-color css
<style>
a { background-color: #260A05; }
a { background-color: rgb(38,10,5); }
div.DivClassName
{
background-color: #260A05;
}
.BgClassName
{
background-color: #260A05;
}
</style>
border-color css
<style>
span { border-color: #260A05; }
span { border-color: rgb(38,10,5); }
td.TdClassName
{
border-color: #260A05;
}
.TagClassName
{
border-color: #260A05;
}
</style>