Shades of Seal Brown #3F1C1C
Tints of Seal Brown #3F1C1C
RGB
CMYK
RGB Variations
Color information
#3F1C1C (or 0x3F1C1C) is known color: Seal Brown. HEX triplet: 3F, 1C and 1C. RGB value is (63,28,28). Sum of RGB (Red+Green+Blue) = 63+28+28=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1C1C is #C0E3E3. Grayscale: #262626. Windows color (decimal): -12641252 or 1842239. OLE color: 1842239.
HSL color Cylindrical-coordinate representation of color #3F1C1C: hue angle of 0º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F1C1C is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 28 | 28 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.75 |
| HSL | 0º | 0.38% | 0.18% | - |
| HSV(B) | 0º | 0.56% | 0.25% | - |
| XYZ | 2.67 | 1.97 | 1.34 | - |
| YUV | 38.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 28 | 28 | 0 | 0.56 | 0.56 | 0.75 | 0 | 0.38 | 0.18 |
| Hex | 3F | 1C | 1C | 0 | 38 | 38 | 4B | 0 | 26 | 12 |
| Octal | 77 | 34 | 34 | 0 | 70 | 70 | 113 | 0 | 46 | 22 |
| Binary | 111111 | 11100 | 11100 | 0 | 111000 | 111000 | 1001011 | 0 | 100110 | 10010 |
Color Harmonies of #3F1C1C
Complementary color
Monochromatic Colors of #3F1C1C
Black with #3F1C1C
Text Example
Text Example
White with #3F1C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1C1C; }
p { color: rgb(63,28,28); }
H1.HeaderClassName
{
color: #3F1C1C;
}
.AnyTagClassName
{
color: #3F1C1C;
}
</style>
background-color css
<style>
a { background-color: #3F1C1C; }
a { background-color: rgb(63,28,28); }
div.DivClassName
{
background-color: #3F1C1C;
}
.BgClassName
{
background-color: #3F1C1C;
}
</style>
border-color css
<style>
span { border-color: #3F1C1C; }
span { border-color: rgb(63,28,28); }
td.TdClassName
{
border-color: #3F1C1C;
}
.TagClassName
{
border-color: #3F1C1C;
}
</style>