Shades of Seal Brown #451A16
Tints of Seal Brown #451A16
RGB
CMYK
RGB Variations
Color information
#451A16 (or 0x451A16) is known color: Seal Brown. HEX triplet: 45, 1A and 16. RGB value is (69,26,22). Sum of RGB (Red+Green+Blue) = 69+26+22=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #451A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451A16 is #BAE5E9. Grayscale: #262626. Windows color (decimal): -12248554 or 1448517. OLE color: 1448517.
HSL color Cylindrical-coordinate representation of color #451A16: hue angle of 5.11º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #451A16 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 26 | 22 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.73 |
| HSL | 5.11º | 0.52% | 0.18% | - |
| HSV(B) | 5.11º | 0.68% | 0.27% | - |
| XYZ | 2.97 | 2.06 | 1 | - |
| YUV | 38.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 22 | 0 | 0.62 | 0.68 | 0.73 | 5.11 | 0.52 | 0.18 |
| Hex | 45 | 1A | 16 | 0 | 3E | 44 | 49 | 5 | 34 | 12 |
| Octal | 105 | 32 | 26 | 0 | 76 | 104 | 111 | 5 | 64 | 22 |
| Binary | 1000101 | 11010 | 10110 | 0 | 111110 | 1000100 | 1001001 | 101 | 110100 | 10010 |
Color Harmonies of #451A16
Complementary color
Monochromatic Colors of #451A16
Black with #451A16
Text Example
Text Example
White with #451A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A16; }
p { color: rgb(69,26,22); }
H1.HeaderClassName
{
color: #451A16;
}
.AnyTagClassName
{
color: #451A16;
}
</style>
background-color css
<style>
a { background-color: #451A16; }
a { background-color: rgb(69,26,22); }
div.DivClassName
{
background-color: #451A16;
}
.BgClassName
{
background-color: #451A16;
}
</style>
border-color css
<style>
span { border-color: #451A16; }
span { border-color: rgb(69,26,22); }
td.TdClassName
{
border-color: #451A16;
}
.TagClassName
{
border-color: #451A16;
}
</style>