Shades of Seal Brown #34100F
Tints of Seal Brown #34100F
RGB
CMYK
RGB Variations
Color information
#34100F (or 0x34100F) is known color: Seal Brown. HEX triplet: 34, 10 and 0F. RGB value is (52,16,15). Sum of RGB (Red+Green+Blue) = 52+16+15=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #34100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34100F is #CBEFF0. Grayscale: #1A1A1A. Windows color (decimal): -13365233 or 987188. OLE color: 987188.
HSL color Cylindrical-coordinate representation of color #34100F: hue angle of 1.62º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34100F is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 16 | 15 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.80 |
| HSL | 1.62º | 0.55% | 0.13% | - |
| HSV(B) | 1.62º | 0.71% | 0.2% | - |
| XYZ | 1.69 | 1.14 | 0.58 | - |
| YUV | 26.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 15 | 0 | 0.69 | 0.71 | 0.80 | 1.62 | 0.55 | 0.13 |
| Hex | 34 | 10 | F | 0 | 45 | 47 | 50 | 2 | 37 | D |
| Octal | 64 | 20 | 17 | 0 | 105 | 107 | 120 | 2 | 67 | 15 |
| Binary | 110100 | 10000 | 1111 | 0 | 1000101 | 1000111 | 1010000 | 10 | 110111 | 1101 |
Color Harmonies of #34100F
Complementary color
Monochromatic Colors of #34100F
Black with #34100F
Text Example
Text Example
White with #34100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34100F; }
p { color: rgb(52,16,15); }
H1.HeaderClassName
{
color: #34100F;
}
.AnyTagClassName
{
color: #34100F;
}
</style>
background-color css
<style>
a { background-color: #34100F; }
a { background-color: rgb(52,16,15); }
div.DivClassName
{
background-color: #34100F;
}
.BgClassName
{
background-color: #34100F;
}
</style>
border-color css
<style>
span { border-color: #34100F; }
span { border-color: rgb(52,16,15); }
td.TdClassName
{
border-color: #34100F;
}
.TagClassName
{
border-color: #34100F;
}
</style>