Shades of Seal Brown #3C0B02
Tints of Seal Brown #3C0B02
RGB
CMYK
RGB Variations
Color information
#3C0B02 (or 0x3C0B02) is known color: Seal Brown. HEX triplet: 3C, 0B and 02. RGB value is (60,11,2). Sum of RGB (Red+Green+Blue) = 60+11+2=73 (9% of max value = 765). Red value is 60 (23.83% from 255 or 82.19% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0B02 is #C3F4FD. Grayscale: #181818. Windows color (decimal): -12842238 or 133948. OLE color: 133948.
HSL color Cylindrical-coordinate representation of color #3C0B02: hue angle of 9.31º 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 #3C0B02 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 11 | 2 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.76 |
| HSL | 9.31º | 0.94% | 0.12% | - |
| HSV(B) | 9.31º | 0.97% | 0.24% | - |
| XYZ | 1.99 | 1.2 | 0.18 | - |
| YUV | 24.63 | 115.23 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 2 | 0 | 0.82 | 0.97 | 0.76 | 9.31 | 0.94 | 0.12 |
| Hex | 3C | B | 2 | 0 | 52 | 61 | 4C | 9 | 5E | C |
| Octal | 74 | 13 | 2 | 0 | 122 | 141 | 114 | 11 | 136 | 14 |
| Binary | 111100 | 1011 | 10 | 0 | 1010010 | 1100001 | 1001100 | 1001 | 1011110 | 1100 |
Color Harmonies of #3C0B02
Complementary color
Monochromatic Colors of #3C0B02
Black with #3C0B02
Text Example
Text Example
White with #3C0B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0B02; }
p { color: rgb(60,11,2); }
H1.HeaderClassName
{
color: #3C0B02;
}
.AnyTagClassName
{
color: #3C0B02;
}
</style>
background-color css
<style>
a { background-color: #3C0B02; }
a { background-color: rgb(60,11,2); }
div.DivClassName
{
background-color: #3C0B02;
}
.BgClassName
{
background-color: #3C0B02;
}
</style>
border-color css
<style>
span { border-color: #3C0B02; }
span { border-color: rgb(60,11,2); }
td.TdClassName
{
border-color: #3C0B02;
}
.TagClassName
{
border-color: #3C0B02;
}
</style>