Shades of Seal Brown #3C0F03
Tints of Seal Brown #3C0F03
RGB
CMYK
RGB Variations
Color information
#3C0F03 (or 0x3C0F03) is known color: Seal Brown. HEX triplet: 3C, 0F and 03. RGB value is (60,15,3). Sum of RGB (Red+Green+Blue) = 60+15+3=78 (10% of max value = 765). Red value is 60 (23.83% from 255 or 76.92% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0F03 is #C3F0FC. Grayscale: #1B1B1B. Windows color (decimal): -12841213 or 200508. OLE color: 200508.
HSL color Cylindrical-coordinate representation of color #3C0F03: hue angle of 12.63º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0F03 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 15 | 3 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.76 |
| HSL | 12.63º | 0.9% | 0.12% | - |
| HSV(B) | 12.63º | 0.95% | 0.24% | - |
| XYZ | 2.05 | 1.31 | 0.23 | - |
| YUV | 27.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 3 | 0 | 0.75 | 0.95 | 0.76 | 12.63 | 0.9 | 0.12 |
| Hex | 3C | F | 3 | 0 | 4B | 5F | 4C | D | 5A | C |
| Octal | 74 | 17 | 3 | 0 | 113 | 137 | 114 | 15 | 132 | 14 |
| Binary | 111100 | 1111 | 11 | 0 | 1001011 | 1011111 | 1001100 | 1101 | 1011010 | 1100 |
Color Harmonies of #3C0F03
Complementary color
Monochromatic Colors of #3C0F03
Black with #3C0F03
Text Example
Text Example
White with #3C0F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F03; }
p { color: rgb(60,15,3); }
H1.HeaderClassName
{
color: #3C0F03;
}
.AnyTagClassName
{
color: #3C0F03;
}
</style>
background-color css
<style>
a { background-color: #3C0F03; }
a { background-color: rgb(60,15,3); }
div.DivClassName
{
background-color: #3C0F03;
}
.BgClassName
{
background-color: #3C0F03;
}
</style>
border-color css
<style>
span { border-color: #3C0F03; }
span { border-color: rgb(60,15,3); }
td.TdClassName
{
border-color: #3C0F03;
}
.TagClassName
{
border-color: #3C0F03;
}
</style>