Shades of Seal Brown #3C0F02
Tints of Seal Brown #3C0F02
RGB
CMYK
RGB Variations
Color information
#3C0F02 (or 0x3C0F02) is known color: Seal Brown. HEX triplet: 3C, 0F and 02. RGB value is (60,15,2). Sum of RGB (Red+Green+Blue) = 60+15+2=77 (10% of max value = 765). Red value is 60 (23.83% from 255 or 77.92% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0F02 is #C3F0FD. Grayscale: #1B1B1B. Windows color (decimal): -12841214 or 134972. OLE color: 134972.
HSL color Cylindrical-coordinate representation of color #3C0F02: hue angle of 13.45º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0F02 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 15 | 2 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.76 |
| HSL | 13.45º | 0.94% | 0.12% | - |
| HSV(B) | 13.45º | 0.97% | 0.24% | - |
| XYZ | 2.05 | 1.31 | 0.2 | - |
| YUV | 26.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 2 | 0 | 0.75 | 0.97 | 0.76 | 13.45 | 0.94 | 0.12 |
| Hex | 3C | F | 2 | 0 | 4B | 61 | 4C | D | 5E | C |
| Octal | 74 | 17 | 2 | 0 | 113 | 141 | 114 | 15 | 136 | 14 |
| Binary | 111100 | 1111 | 10 | 0 | 1001011 | 1100001 | 1001100 | 1101 | 1011110 | 1100 |
Color Harmonies of #3C0F02
Complementary color
Monochromatic Colors of #3C0F02
Black with #3C0F02
Text Example
Text Example
White with #3C0F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F02; }
p { color: rgb(60,15,2); }
H1.HeaderClassName
{
color: #3C0F02;
}
.AnyTagClassName
{
color: #3C0F02;
}
</style>
background-color css
<style>
a { background-color: #3C0F02; }
a { background-color: rgb(60,15,2); }
div.DivClassName
{
background-color: #3C0F02;
}
.BgClassName
{
background-color: #3C0F02;
}
</style>
border-color css
<style>
span { border-color: #3C0F02; }
span { border-color: rgb(60,15,2); }
td.TdClassName
{
border-color: #3C0F02;
}
.TagClassName
{
border-color: #3C0F02;
}
</style>