Shades of Seal Brown #3C0D07
Tints of Seal Brown #3C0D07
RGB
CMYK
RGB Variations
Color information
#3C0D07 (or 0x3C0D07) is known color: Seal Brown. HEX triplet: 3C, 0D and 07. RGB value is (60,13,7). Sum of RGB (Red+Green+Blue) = 60+13+7=80 (10% of max value = 765). Red value is 60 (23.83% from 255 or 75% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0D07 is #C3F2F8. Grayscale: #1A1A1A. Windows color (decimal): -12841721 or 462140. OLE color: 462140.
HSL color Cylindrical-coordinate representation of color #3C0D07: hue angle of 6.79º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C0D07 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 13 | 7 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.76 |
| HSL | 6.79º | 0.79% | 0.13% | - |
| HSV(B) | 6.79º | 0.88% | 0.24% | - |
| XYZ | 2.05 | 1.26 | 0.34 | - |
| YUV | 26.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 7 | 0 | 0.78 | 0.88 | 0.76 | 6.79 | 0.79 | 0.13 |
| Hex | 3C | D | 7 | 0 | 4E | 58 | 4C | 7 | 4F | D |
| Octal | 74 | 15 | 7 | 0 | 116 | 130 | 114 | 7 | 117 | 15 |
| Binary | 111100 | 1101 | 111 | 0 | 1001110 | 1011000 | 1001100 | 111 | 1001111 | 1101 |
Color Harmonies of #3C0D07
Complementary color
Monochromatic Colors of #3C0D07
Black with #3C0D07
Text Example
Text Example
White with #3C0D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D07; }
p { color: rgb(60,13,7); }
H1.HeaderClassName
{
color: #3C0D07;
}
.AnyTagClassName
{
color: #3C0D07;
}
</style>
background-color css
<style>
a { background-color: #3C0D07; }
a { background-color: rgb(60,13,7); }
div.DivClassName
{
background-color: #3C0D07;
}
.BgClassName
{
background-color: #3C0D07;
}
</style>
border-color css
<style>
span { border-color: #3C0D07; }
span { border-color: rgb(60,13,7); }
td.TdClassName
{
border-color: #3C0D07;
}
.TagClassName
{
border-color: #3C0D07;
}
</style>