Shades of Seal Brown #3C2020
Tints of Seal Brown #3C2020
RGB
CMYK
RGB Variations
Color information
#3C2020 (or 0x3C2020) is known color: Seal Brown. HEX triplet: 3C, 20 and 20. RGB value is (60,32,32). Sum of RGB (Red+Green+Blue) = 60+32+32=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2020 is #C3DFDF. Grayscale: #282828. Windows color (decimal): -12836832 or 2105404. OLE color: 2105404.
HSL color Cylindrical-coordinate representation of color #3C2020: hue angle of 0º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C2020 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 32 | 32 | - |
CMYK | 0 | 0.47 | 0.47 | 0.76 |
HSL | 0º | 0.3% | 0.18% | - |
HSV(B) | 0º | 0.47% | 0.24% | - |
XYZ | 2.64 | 2.1 | 1.63 | - |
YUV | 40.37 | 123.28 | 142 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 32 | 32 | 0 | 0.47 | 0.47 | 0.76 | 0 | 0.3 | 0.18 |
Hex | 3C | 20 | 20 | 0 | 2F | 2F | 4C | 0 | 1E | 12 |
Octal | 74 | 40 | 40 | 0 | 57 | 57 | 114 | 0 | 36 | 22 |
Binary | 111100 | 100000 | 100000 | 0 | 101111 | 101111 | 1001100 | 0 | 11110 | 10010 |
Color Harmonies of #3C2020
Complementary color
Monochromatic Colors of #3C2020
Black with #3C2020
Text Example
Text Example
White with #3C2020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2020; }
p { color: rgb(60,32,32); }
H1.HeaderClassName
{
color: #3C2020;
}
.AnyTagClassName
{
color: #3C2020;
}
</style>
background-color css
<style>
a { background-color: #3C2020; }
a { background-color: rgb(60,32,32); }
div.DivClassName
{
background-color: #3C2020;
}
.BgClassName
{
background-color: #3C2020;
}
</style>
border-color css
<style>
span { border-color: #3C2020; }
span { border-color: rgb(60,32,32); }
td.TdClassName
{
border-color: #3C2020;
}
.TagClassName
{
border-color: #3C2020;
}
</style>