Shades of Seal Brown #3C0F01
Tints of Seal Brown #3C0F01
RGB
CMYK
RGB Variations
Color information
#3C0F01 (or 0x3C0F01) is known color: Seal Brown. HEX triplet: 3C, 0F and 01. RGB value is (60,15,1). Sum of RGB (Red+Green+Blue) = 60+15+1=76 (10% of max value = 765). Red value is 60 (23.83% from 255 or 78.95% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0F01 is #C3F0FE. Grayscale: #1A1A1A. Windows color (decimal): -12841215 or 69436. OLE color: 69436.
HSL color Cylindrical-coordinate representation of color #3C0F01: hue angle of 14.24º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C0F01 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 15 | 1 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.76 |
| HSL | 14.24º | 0.97% | 0.12% | - |
| HSV(B) | 14.24º | 0.98% | 0.24% | - |
| XYZ | 2.04 | 1.3 | 0.17 | - |
| YUV | 26.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 1 | 0 | 0.75 | 0.98 | 0.76 | 14.24 | 0.97 | 0.12 |
| Hex | 3C | F | 1 | 0 | 4B | 62 | 4C | E | 61 | C |
| Octal | 74 | 17 | 1 | 0 | 113 | 142 | 114 | 16 | 141 | 14 |
| Binary | 111100 | 1111 | 1 | 0 | 1001011 | 1100010 | 1001100 | 1110 | 1100001 | 1100 |
Color Harmonies of #3C0F01
Complementary color
Monochromatic Colors of #3C0F01
Black with #3C0F01
Text Example
Text Example
White with #3C0F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F01; }
p { color: rgb(60,15,1); }
H1.HeaderClassName
{
color: #3C0F01;
}
.AnyTagClassName
{
color: #3C0F01;
}
</style>
background-color css
<style>
a { background-color: #3C0F01; }
a { background-color: rgb(60,15,1); }
div.DivClassName
{
background-color: #3C0F01;
}
.BgClassName
{
background-color: #3C0F01;
}
</style>
border-color css
<style>
span { border-color: #3C0F01; }
span { border-color: rgb(60,15,1); }
td.TdClassName
{
border-color: #3C0F01;
}
.TagClassName
{
border-color: #3C0F01;
}
</style>