Shades of Seal Brown #3C0900
Tints of Seal Brown #3C0900
RGB
CMYK
RGB Variations
Color information
#3C0900 (or 0x3C0900) is known color: Seal Brown. HEX triplet: 3C, 09 and 00. RGB value is (60,9,0). Sum of RGB (Red+Green+Blue) = 60+9+0=69 (9% of max value = 765). Red value is 60 (23.83% from 255 or 86.96% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0900 is #C3F6FF. Grayscale: #171717. Windows color (decimal): -12842752 or 2364. OLE color: 2364.
HSL color Cylindrical-coordinate representation of color #3C0900: hue angle of 9º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0900 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 9 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.76 |
| HSL | 9º | 1% | 0.12% | - |
| HSV(B) | 9º | 1% | 0.24% | - |
| XYZ | 1.96 | 1.16 | 0.12 | - |
| YUV | 23.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 0 | 0 | 0.85 | 1 | 0.76 | 9 | 1 | 0.12 |
| Hex | 3C | 9 | 0 | 0 | 55 | 64 | 4C | 9 | 64 | C |
| Octal | 74 | 11 | 0 | 0 | 125 | 144 | 114 | 11 | 144 | 14 |
| Binary | 111100 | 1001 | 0 | 0 | 1010101 | 1100100 | 1001100 | 1001 | 1100100 | 1100 |
Color Harmonies of #3C0900
Complementary color
Monochromatic Colors of #3C0900
Black with #3C0900
Text Example
Text Example
White with #3C0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0900; }
p { color: rgb(60,9,0); }
H1.HeaderClassName
{
color: #3C0900;
}
.AnyTagClassName
{
color: #3C0900;
}
</style>
background-color css
<style>
a { background-color: #3C0900; }
a { background-color: rgb(60,9,0); }
div.DivClassName
{
background-color: #3C0900;
}
.BgClassName
{
background-color: #3C0900;
}
</style>
border-color css
<style>
span { border-color: #3C0900; }
span { border-color: rgb(60,9,0); }
td.TdClassName
{
border-color: #3C0900;
}
.TagClassName
{
border-color: #3C0900;
}
</style>