Shades of Seal Brown #3C0B01
Tints of Seal Brown #3C0B01
RGB
CMYK
RGB Variations
Color information
#3C0B01 (or 0x3C0B01) is known color: Seal Brown. HEX triplet: 3C, 0B and 01. RGB value is (60,11,1). Sum of RGB (Red+Green+Blue) = 60+11+1=72 (9% of max value = 765). Red value is 60 (23.83% from 255 or 83.33% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0B01 is #C3F4FE. Grayscale: #181818. Windows color (decimal): -12842239 or 68412. OLE color: 68412.
HSL color Cylindrical-coordinate representation of color #3C0B01: hue angle of 10.17º 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 #3C0B01 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 11 | 1 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.76 |
| HSL | 10.17º | 0.97% | 0.12% | - |
| HSV(B) | 10.17º | 0.98% | 0.24% | - |
| XYZ | 1.99 | 1.2 | 0.16 | - |
| YUV | 24.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 1 | 0 | 0.82 | 0.98 | 0.76 | 10.17 | 0.97 | 0.12 |
| Hex | 3C | B | 1 | 0 | 52 | 62 | 4C | A | 61 | C |
| Octal | 74 | 13 | 1 | 0 | 122 | 142 | 114 | 12 | 141 | 14 |
| Binary | 111100 | 1011 | 1 | 0 | 1010010 | 1100010 | 1001100 | 1010 | 1100001 | 1100 |
Color Harmonies of #3C0B01
Complementary color
Monochromatic Colors of #3C0B01
Black with #3C0B01
Text Example
Text Example
White with #3C0B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0B01; }
p { color: rgb(60,11,1); }
H1.HeaderClassName
{
color: #3C0B01;
}
.AnyTagClassName
{
color: #3C0B01;
}
</style>
background-color css
<style>
a { background-color: #3C0B01; }
a { background-color: rgb(60,11,1); }
div.DivClassName
{
background-color: #3C0B01;
}
.BgClassName
{
background-color: #3C0B01;
}
</style>
border-color css
<style>
span { border-color: #3C0B01; }
span { border-color: rgb(60,11,1); }
td.TdClassName
{
border-color: #3C0B01;
}
.TagClassName
{
border-color: #3C0B01;
}
</style>