Shades of Seal Brown #3C0D04
Tints of Seal Brown #3C0D04
RGB
CMYK
RGB Variations
Color information
#3C0D04 (or 0x3C0D04) is known color: Seal Brown. HEX triplet: 3C, 0D and 04. RGB value is (60,13,4). Sum of RGB (Red+Green+Blue) = 60+13+4=77 (10% of max value = 765). Red value is 60 (23.83% from 255 or 77.92% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0D04 is #C3F2FB. Grayscale: #1A1A1A. Windows color (decimal): -12841724 or 265532. OLE color: 265532.
HSL color Cylindrical-coordinate representation of color #3C0D04: hue angle of 9.64º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0D04 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 13 | 4 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.76 |
| HSL | 9.64º | 0.88% | 0.13% | - |
| HSV(B) | 9.64º | 0.93% | 0.24% | - |
| XYZ | 2.03 | 1.26 | 0.25 | - |
| YUV | 26.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 4 | 0 | 0.78 | 0.93 | 0.76 | 9.64 | 0.88 | 0.13 |
| Hex | 3C | D | 4 | 0 | 4E | 5D | 4C | A | 58 | D |
| Octal | 74 | 15 | 4 | 0 | 116 | 135 | 114 | 12 | 130 | 15 |
| Binary | 111100 | 1101 | 100 | 0 | 1001110 | 1011101 | 1001100 | 1010 | 1011000 | 1101 |
Color Harmonies of #3C0D04
Complementary color
Monochromatic Colors of #3C0D04
Black with #3C0D04
Text Example
Text Example
White with #3C0D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D04; }
p { color: rgb(60,13,4); }
H1.HeaderClassName
{
color: #3C0D04;
}
.AnyTagClassName
{
color: #3C0D04;
}
</style>
background-color css
<style>
a { background-color: #3C0D04; }
a { background-color: rgb(60,13,4); }
div.DivClassName
{
background-color: #3C0D04;
}
.BgClassName
{
background-color: #3C0D04;
}
</style>
border-color css
<style>
span { border-color: #3C0D04; }
span { border-color: rgb(60,13,4); }
td.TdClassName
{
border-color: #3C0D04;
}
.TagClassName
{
border-color: #3C0D04;
}
</style>