Shades of Seal Brown #3C0F0D
Tints of Seal Brown #3C0F0D
RGB
CMYK
RGB Variations
Color information
#3C0F0D (or 0x3C0F0D) is known color: Seal Brown. HEX triplet: 3C, 0F and 0D. RGB value is (60,15,13). Sum of RGB (Red+Green+Blue) = 60+15+13=88 (11% of max value = 765). Red value is 60 (23.83% from 255 or 68.18% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0F0D is #C3F0F2. Grayscale: #1C1C1C. Windows color (decimal): -12841203 or 855868. OLE color: 855868.
HSL color Cylindrical-coordinate representation of color #3C0F0D: hue angle of 2.55º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C0F0D is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 15 | 13 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.76 |
| HSL | 2.55º | 0.64% | 0.14% | - |
| HSV(B) | 2.55º | 0.78% | 0.24% | - |
| XYZ | 2.11 | 1.33 | 0.53 | - |
| YUV | 28.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 13 | 0 | 0.75 | 0.78 | 0.76 | 2.55 | 0.64 | 0.14 |
| Hex | 3C | F | D | 0 | 4B | 4E | 4C | 3 | 40 | E |
| Octal | 74 | 17 | 15 | 0 | 113 | 116 | 114 | 3 | 100 | 16 |
| Binary | 111100 | 1111 | 1101 | 0 | 1001011 | 1001110 | 1001100 | 11 | 1000000 | 1110 |
Color Harmonies of #3C0F0D
Complementary color
Monochromatic Colors of #3C0F0D
Black with #3C0F0D
Text Example
Text Example
White with #3C0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F0D; }
p { color: rgb(60,15,13); }
H1.HeaderClassName
{
color: #3C0F0D;
}
.AnyTagClassName
{
color: #3C0F0D;
}
</style>
background-color css
<style>
a { background-color: #3C0F0D; }
a { background-color: rgb(60,15,13); }
div.DivClassName
{
background-color: #3C0F0D;
}
.BgClassName
{
background-color: #3C0F0D;
}
</style>
border-color css
<style>
span { border-color: #3C0F0D; }
span { border-color: rgb(60,15,13); }
td.TdClassName
{
border-color: #3C0F0D;
}
.TagClassName
{
border-color: #3C0F0D;
}
</style>