Shades of Seal Brown #431A16
Tints of Seal Brown #431A16
RGB
CMYK
RGB Variations
Color information
#431A16 (or 0x431A16) is known color: Seal Brown. HEX triplet: 43, 1A and 16. RGB value is (67,26,22). Sum of RGB (Red+Green+Blue) = 67+26+22=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #431A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A16 is #BCE5E9. Grayscale: #252525. Windows color (decimal): -12379626 or 1448515. OLE color: 1448515.
HSL color Cylindrical-coordinate representation of color #431A16: hue angle of 5.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #431A16 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 22 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.74 |
| HSL | 5.33º | 0.51% | 0.17% | - |
| HSV(B) | 5.33º | 0.67% | 0.26% | - |
| XYZ | 2.83 | 1.99 | 0.99 | - |
| YUV | 37.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 22 | 0 | 0.61 | 0.67 | 0.74 | 5.33 | 0.51 | 0.17 |
| Hex | 43 | 1A | 16 | 0 | 3D | 43 | 4A | 5 | 33 | 11 |
| Octal | 103 | 32 | 26 | 0 | 75 | 103 | 112 | 5 | 63 | 21 |
| Binary | 1000011 | 11010 | 10110 | 0 | 111101 | 1000011 | 1001010 | 101 | 110011 | 10001 |
Color Harmonies of #431A16
Complementary color
Monochromatic Colors of #431A16
Black with #431A16
Text Example
Text Example
White with #431A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A16; }
p { color: rgb(67,26,22); }
H1.HeaderClassName
{
color: #431A16;
}
.AnyTagClassName
{
color: #431A16;
}
</style>
background-color css
<style>
a { background-color: #431A16; }
a { background-color: rgb(67,26,22); }
div.DivClassName
{
background-color: #431A16;
}
.BgClassName
{
background-color: #431A16;
}
</style>
border-color css
<style>
span { border-color: #431A16; }
span { border-color: rgb(67,26,22); }
td.TdClassName
{
border-color: #431A16;
}
.TagClassName
{
border-color: #431A16;
}
</style>