Shades of Seal Brown #3C0902
Tints of Seal Brown #3C0902
RGB
CMYK
RGB Variations
Color information
#3C0902 (or 0x3C0902) is known color: Seal Brown. HEX triplet: 3C, 09 and 02. RGB value is (60,9,2). Sum of RGB (Red+Green+Blue) = 60+9+2=71 (9% of max value = 765). Red value is 60 (23.83% from 255 or 84.51% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0902 is #C3F6FD. Grayscale: #171717. Windows color (decimal): -12842750 or 133436. OLE color: 133436.
HSL color Cylindrical-coordinate representation of color #3C0902: hue angle of 7.24º 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 #3C0902 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 9 | 2 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.76 |
| HSL | 7.24º | 0.94% | 0.12% | - |
| HSV(B) | 7.24º | 0.97% | 0.24% | - |
| XYZ | 1.97 | 1.16 | 0.18 | - |
| YUV | 23.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 2 | 0 | 0.85 | 0.97 | 0.76 | 7.24 | 0.94 | 0.12 |
| Hex | 3C | 9 | 2 | 0 | 55 | 61 | 4C | 7 | 5E | C |
| Octal | 74 | 11 | 2 | 0 | 125 | 141 | 114 | 7 | 136 | 14 |
| Binary | 111100 | 1001 | 10 | 0 | 1010101 | 1100001 | 1001100 | 111 | 1011110 | 1100 |
Color Harmonies of #3C0902
Complementary color
Monochromatic Colors of #3C0902
Black with #3C0902
Text Example
Text Example
White with #3C0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0902; }
p { color: rgb(60,9,2); }
H1.HeaderClassName
{
color: #3C0902;
}
.AnyTagClassName
{
color: #3C0902;
}
</style>
background-color css
<style>
a { background-color: #3C0902; }
a { background-color: rgb(60,9,2); }
div.DivClassName
{
background-color: #3C0902;
}
.BgClassName
{
background-color: #3C0902;
}
</style>
border-color css
<style>
span { border-color: #3C0902; }
span { border-color: rgb(60,9,2); }
td.TdClassName
{
border-color: #3C0902;
}
.TagClassName
{
border-color: #3C0902;
}
</style>