Shades of Seal Brown #3B100C
Tints of Seal Brown #3B100C
RGB
CMYK
RGB Variations
Color information
#3B100C (or 0x3B100C) is known color: Seal Brown. HEX triplet: 3B, 10 and 0C. RGB value is (59,16,12). Sum of RGB (Red+Green+Blue) = 59+16+12=87 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.82% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 59 - color contains mainly: red. Hex color #3B100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B100C is #C4EFF3. Grayscale: #1C1C1C. Windows color (decimal): -12906484 or 790587. OLE color: 790587.
HSL color Cylindrical-coordinate representation of color #3B100C: hue angle of 5.11º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B100C is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 16 | 12 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.77 |
| HSL | 5.11º | 0.66% | 0.14% | - |
| HSV(B) | 5.11º | 0.8% | 0.23% | - |
| XYZ | 2.06 | 1.33 | 0.5 | - |
| YUV | 28.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 16 | 12 | 0 | 0.73 | 0.80 | 0.77 | 5.11 | 0.66 | 0.14 |
| Hex | 3B | 10 | C | 0 | 49 | 50 | 4D | 5 | 42 | E |
| Octal | 73 | 20 | 14 | 0 | 111 | 120 | 115 | 5 | 102 | 16 |
| Binary | 111011 | 10000 | 1100 | 0 | 1001001 | 1010000 | 1001101 | 101 | 1000010 | 1110 |
Color Harmonies of #3B100C
Complementary color
Monochromatic Colors of #3B100C
Black with #3B100C
Text Example
Text Example
White with #3B100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B100C; }
p { color: rgb(59,16,12); }
H1.HeaderClassName
{
color: #3B100C;
}
.AnyTagClassName
{
color: #3B100C;
}
</style>
background-color css
<style>
a { background-color: #3B100C; }
a { background-color: rgb(59,16,12); }
div.DivClassName
{
background-color: #3B100C;
}
.BgClassName
{
background-color: #3B100C;
}
</style>
border-color css
<style>
span { border-color: #3B100C; }
span { border-color: rgb(59,16,12); }
td.TdClassName
{
border-color: #3B100C;
}
.TagClassName
{
border-color: #3B100C;
}
</style>