Shades of Seal Brown #431211
Tints of Seal Brown #431211
RGB
CMYK
RGB Variations
Color information
#431211 (or 0x431211) is known color: Seal Brown. HEX triplet: 43, 12 and 11. RGB value is (67,18,17). Sum of RGB (Red+Green+Blue) = 67+18+17=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #431211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431211 is #BCEDEE. Grayscale: #202020. Windows color (decimal): -12381679 or 1118787. OLE color: 1118787.
HSL color Cylindrical-coordinate representation of color #431211: hue angle of 1.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431211 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 18 | 17 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.74 |
| HSL | 1.2º | 0.6% | 0.16% | - |
| HSV(B) | 1.2º | 0.75% | 0.26% | - |
| XYZ | 2.63 | 1.67 | 0.71 | - |
| YUV | 32.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 17 | 0 | 0.73 | 0.75 | 0.74 | 1.2 | 0.6 | 0.16 |
| Hex | 43 | 12 | 11 | 0 | 49 | 4B | 4A | 1 | 3C | 10 |
| Octal | 103 | 22 | 21 | 0 | 111 | 113 | 112 | 1 | 74 | 20 |
| Binary | 1000011 | 10010 | 10001 | 0 | 1001001 | 1001011 | 1001010 | 1 | 111100 | 10000 |
Color Harmonies of #431211
Complementary color
Monochromatic Colors of #431211
Black with #431211
Text Example
Text Example
White with #431211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431211; }
p { color: rgb(67,18,17); }
H1.HeaderClassName
{
color: #431211;
}
.AnyTagClassName
{
color: #431211;
}
</style>
background-color css
<style>
a { background-color: #431211; }
a { background-color: rgb(67,18,17); }
div.DivClassName
{
background-color: #431211;
}
.BgClassName
{
background-color: #431211;
}
</style>
border-color css
<style>
span { border-color: #431211; }
span { border-color: rgb(67,18,17); }
td.TdClassName
{
border-color: #431211;
}
.TagClassName
{
border-color: #431211;
}
</style>