Shades of Seal Brown #34130D
Tints of Seal Brown #34130D
RGB
CMYK
RGB Variations
Color information
#34130D (or 0x34130D) is known color: Seal Brown. HEX triplet: 34, 13 and 0D. RGB value is (52,19,13). Sum of RGB (Red+Green+Blue) = 52+19+13=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #34130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34130D is #CBECF2. Grayscale: #1C1C1C. Windows color (decimal): -13364467 or 856884. OLE color: 856884.
HSL color Cylindrical-coordinate representation of color #34130D: hue angle of 9.23º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34130D is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 19 | 13 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.80 |
| HSL | 9.23º | 0.6% | 0.13% | - |
| HSV(B) | 9.23º | 0.75% | 0.2% | - |
| XYZ | 1.72 | 1.22 | 0.53 | - |
| YUV | 28.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 13 | 0 | 0.63 | 0.75 | 0.80 | 9.23 | 0.6 | 0.13 |
| Hex | 34 | 13 | D | 0 | 3F | 4B | 50 | 9 | 3C | D |
| Octal | 64 | 23 | 15 | 0 | 77 | 113 | 120 | 11 | 74 | 15 |
| Binary | 110100 | 10011 | 1101 | 0 | 111111 | 1001011 | 1010000 | 1001 | 111100 | 1101 |
Color Harmonies of #34130D
Complementary color
Monochromatic Colors of #34130D
Black with #34130D
Text Example
Text Example
White with #34130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34130D; }
p { color: rgb(52,19,13); }
H1.HeaderClassName
{
color: #34130D;
}
.AnyTagClassName
{
color: #34130D;
}
</style>
background-color css
<style>
a { background-color: #34130D; }
a { background-color: rgb(52,19,13); }
div.DivClassName
{
background-color: #34130D;
}
.BgClassName
{
background-color: #34130D;
}
</style>
border-color css
<style>
span { border-color: #34130D; }
span { border-color: rgb(52,19,13); }
td.TdClassName
{
border-color: #34130D;
}
.TagClassName
{
border-color: #34130D;
}
</style>