Shades of Seal Brown #3C0B04
Tints of Seal Brown #3C0B04
RGB
CMYK
RGB Variations
Color information
#3C0B04 (or 0x3C0B04) is known color: Seal Brown. HEX triplet: 3C, 0B and 04. RGB value is (60,11,4). Sum of RGB (Red+Green+Blue) = 60+11+4=75 (9% of max value = 765). Red value is 60 (23.83% from 255 or 80% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0B04 is #C3F4FB. Grayscale: #181818. Windows color (decimal): -12842236 or 265020. OLE color: 265020.
HSL color Cylindrical-coordinate representation of color #3C0B04: hue angle of 7.5º 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 #3C0B04 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 11 | 4 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.76 |
| HSL | 7.5º | 0.88% | 0.13% | - |
| HSV(B) | 7.5º | 0.93% | 0.24% | - |
| XYZ | 2.01 | 1.21 | 0.24 | - |
| YUV | 24.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 4 | 0 | 0.82 | 0.93 | 0.76 | 7.5 | 0.88 | 0.13 |
| Hex | 3C | B | 4 | 0 | 52 | 5D | 4C | 8 | 58 | D |
| Octal | 74 | 13 | 4 | 0 | 122 | 135 | 114 | 10 | 130 | 15 |
| Binary | 111100 | 1011 | 100 | 0 | 1010010 | 1011101 | 1001100 | 1000 | 1011000 | 1101 |
Color Harmonies of #3C0B04
Complementary color
Monochromatic Colors of #3C0B04
Black with #3C0B04
Text Example
Text Example
White with #3C0B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0B04; }
p { color: rgb(60,11,4); }
H1.HeaderClassName
{
color: #3C0B04;
}
.AnyTagClassName
{
color: #3C0B04;
}
</style>
background-color css
<style>
a { background-color: #3C0B04; }
a { background-color: rgb(60,11,4); }
div.DivClassName
{
background-color: #3C0B04;
}
.BgClassName
{
background-color: #3C0B04;
}
</style>
border-color css
<style>
span { border-color: #3C0B04; }
span { border-color: rgb(60,11,4); }
td.TdClassName
{
border-color: #3C0B04;
}
.TagClassName
{
border-color: #3C0B04;
}
</style>