Shades of Seal Brown #431210
Tints of Seal Brown #431210
RGB
CMYK
RGB Variations
Color information
#431210 (or 0x431210) is known color: Seal Brown. HEX triplet: 43, 12 and 10. RGB value is (67,18,16). Sum of RGB (Red+Green+Blue) = 67+18+16=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #431210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431210 is #BCEDEF. Grayscale: #202020. Windows color (decimal): -12381680 or 1053251. OLE color: 1053251.
HSL color Cylindrical-coordinate representation of color #431210: hue angle of 2.35º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431210 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 18 | 16 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.74 |
| HSL | 2.35º | 0.61% | 0.16% | - |
| HSV(B) | 2.35º | 0.76% | 0.26% | - |
| XYZ | 2.62 | 1.66 | 0.67 | - |
| YUV | 32.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 16 | 0 | 0.73 | 0.76 | 0.74 | 2.35 | 0.61 | 0.16 |
| Hex | 43 | 12 | 10 | 0 | 49 | 4C | 4A | 2 | 3D | 10 |
| Octal | 103 | 22 | 20 | 0 | 111 | 114 | 112 | 2 | 75 | 20 |
| Binary | 1000011 | 10010 | 10000 | 0 | 1001001 | 1001100 | 1001010 | 10 | 111101 | 10000 |
Color Harmonies of #431210
Complementary color
Monochromatic Colors of #431210
Black with #431210
Text Example
Text Example
White with #431210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431210; }
p { color: rgb(67,18,16); }
H1.HeaderClassName
{
color: #431210;
}
.AnyTagClassName
{
color: #431210;
}
</style>
background-color css
<style>
a { background-color: #431210; }
a { background-color: rgb(67,18,16); }
div.DivClassName
{
background-color: #431210;
}
.BgClassName
{
background-color: #431210;
}
</style>
border-color css
<style>
span { border-color: #431210; }
span { border-color: rgb(67,18,16); }
td.TdClassName
{
border-color: #431210;
}
.TagClassName
{
border-color: #431210;
}
</style>