Shades of Seal Brown #260C03
Tints of Seal Brown #260C03
RGB
CMYK
RGB Variations
Color information
#260C03 (or 0x260C03) is known color: Seal Brown. HEX triplet: 26, 0C and 03. RGB value is (38,12,3). Sum of RGB (Red+Green+Blue) = 38+12+3=53 (7% of max value = 765). Red value is 38 (15.23% from 255 or 71.70% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 38 - color contains mainly: red. Hex color #260C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C03 is #D9F3FC. Grayscale: #121212. Windows color (decimal): -14283773 or 199718. OLE color: 199718.
HSL color Cylindrical-coordinate representation of color #260C03: hue angle of 15.43º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260C03 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 12 | 3 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.85 |
| HSL | 15.43º | 0.85% | 0.08% | - |
| HSV(B) | 15.43º | 0.92% | 0.15% | - |
| XYZ | 0.95 | 0.68 | 0.17 | - |
| YUV | 18.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 3 | 0 | 0.68 | 0.92 | 0.85 | 15.43 | 0.85 | 0.08 |
| Hex | 26 | C | 3 | 0 | 44 | 5C | 55 | F | 55 | 8 |
| Octal | 46 | 14 | 3 | 0 | 104 | 134 | 125 | 17 | 125 | 10 |
| Binary | 100110 | 1100 | 11 | 0 | 1000100 | 1011100 | 1010101 | 1111 | 1010101 | 1000 |
Color Harmonies of #260C03
Complementary color
Monochromatic Colors of #260C03
Black with #260C03
Text Example
Text Example
White with #260C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C03; }
p { color: rgb(38,12,3); }
H1.HeaderClassName
{
color: #260C03;
}
.AnyTagClassName
{
color: #260C03;
}
</style>
background-color css
<style>
a { background-color: #260C03; }
a { background-color: rgb(38,12,3); }
div.DivClassName
{
background-color: #260C03;
}
.BgClassName
{
background-color: #260C03;
}
</style>
border-color css
<style>
span { border-color: #260C03; }
span { border-color: rgb(38,12,3); }
td.TdClassName
{
border-color: #260C03;
}
.TagClassName
{
border-color: #260C03;
}
</style>