Shades of Seal Brown #450E09
Tints of Seal Brown #450E09
RGB
CMYK
RGB Variations
Color information
#450E09 (or 0x450E09) is known color: Seal Brown. HEX triplet: 45, 0E and 09. RGB value is (69,14,9). Sum of RGB (Red+Green+Blue) = 69+14+9=92 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 69 - color contains mainly: red. Hex color #450E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450E09 is #BAF1F6. Grayscale: #1D1D1D. Windows color (decimal): -12251639 or 593477. OLE color: 593477.
HSL color Cylindrical-coordinate representation of color #450E09: hue angle of 5º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #450E09 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 14 | 9 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.73 |
| HSL | 5º | 0.77% | 0.15% | - |
| HSV(B) | 5º | 0.87% | 0.27% | - |
| XYZ | 2.66 | 1.6 | 0.43 | - |
| YUV | 29.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 9 | 0 | 0.80 | 0.87 | 0.73 | 5 | 0.77 | 0.15 |
| Hex | 45 | E | 9 | 0 | 50 | 57 | 49 | 5 | 4D | F |
| Octal | 105 | 16 | 11 | 0 | 120 | 127 | 111 | 5 | 115 | 17 |
| Binary | 1000101 | 1110 | 1001 | 0 | 1010000 | 1010111 | 1001001 | 101 | 1001101 | 1111 |
Color Harmonies of #450E09
Complementary color
Monochromatic Colors of #450E09
Black with #450E09
Text Example
Text Example
White with #450E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E09; }
p { color: rgb(69,14,9); }
H1.HeaderClassName
{
color: #450E09;
}
.AnyTagClassName
{
color: #450E09;
}
</style>
background-color css
<style>
a { background-color: #450E09; }
a { background-color: rgb(69,14,9); }
div.DivClassName
{
background-color: #450E09;
}
.BgClassName
{
background-color: #450E09;
}
</style>
border-color css
<style>
span { border-color: #450E09; }
span { border-color: rgb(69,14,9); }
td.TdClassName
{
border-color: #450E09;
}
.TagClassName
{
border-color: #450E09;
}
</style>