Shades of Seal Brown #34100C
Tints of Seal Brown #34100C
RGB
CMYK
RGB Variations
Color information
#34100C (or 0x34100C) is known color: Seal Brown. HEX triplet: 34, 10 and 0C. RGB value is (52,16,12). Sum of RGB (Red+Green+Blue) = 52+16+12=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #34100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34100C is #CBEFF3. Grayscale: #1A1A1A. Windows color (decimal): -13365236 or 790580. OLE color: 790580.
HSL color Cylindrical-coordinate representation of color #34100C: hue angle of 6º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34100C is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 16 | 12 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.80 |
| HSL | 6º | 0.63% | 0.13% | - |
| HSV(B) | 6º | 0.77% | 0.2% | - |
| XYZ | 1.67 | 1.13 | 0.48 | - |
| YUV | 26.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 12 | 0 | 0.69 | 0.77 | 0.80 | 6 | 0.63 | 0.13 |
| Hex | 34 | 10 | C | 0 | 45 | 4D | 50 | 6 | 3E | D |
| Octal | 64 | 20 | 14 | 0 | 105 | 115 | 120 | 6 | 76 | 15 |
| Binary | 110100 | 10000 | 1100 | 0 | 1000101 | 1001101 | 1010000 | 110 | 111110 | 1101 |
Color Harmonies of #34100C
Complementary color
Monochromatic Colors of #34100C
Black with #34100C
Text Example
Text Example
White with #34100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34100C; }
p { color: rgb(52,16,12); }
H1.HeaderClassName
{
color: #34100C;
}
.AnyTagClassName
{
color: #34100C;
}
</style>
background-color css
<style>
a { background-color: #34100C; }
a { background-color: rgb(52,16,12); }
div.DivClassName
{
background-color: #34100C;
}
.BgClassName
{
background-color: #34100C;
}
</style>
border-color css
<style>
span { border-color: #34100C; }
span { border-color: rgb(52,16,12); }
td.TdClassName
{
border-color: #34100C;
}
.TagClassName
{
border-color: #34100C;
}
</style>