Shades of Seal Brown #450F09
Tints of Seal Brown #450F09
RGB
CMYK
RGB Variations
Color information
#450F09 (or 0x450F09) is known color: Seal Brown. HEX triplet: 45, 0F and 09. RGB value is (69,15,9). Sum of RGB (Red+Green+Blue) = 69+15+9=93 (12% of max value = 765). Red value is 69 (27.34% from 255 or 74.19% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 69 - color contains mainly: red. Hex color #450F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450F09 is #BAF0F6. Grayscale: #1E1E1E. Windows color (decimal): -12251383 or 593733. OLE color: 593733.
HSL color Cylindrical-coordinate representation of color #450F09: hue angle of 6º 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 #450F09 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 15 | 9 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.73 |
| HSL | 6º | 0.77% | 0.15% | - |
| HSV(B) | 6º | 0.87% | 0.27% | - |
| XYZ | 2.67 | 1.63 | 0.43 | - |
| YUV | 30.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 9 | 0 | 0.78 | 0.87 | 0.73 | 6 | 0.77 | 0.15 |
| Hex | 45 | F | 9 | 0 | 4E | 57 | 49 | 6 | 4D | F |
| Octal | 105 | 17 | 11 | 0 | 116 | 127 | 111 | 6 | 115 | 17 |
| Binary | 1000101 | 1111 | 1001 | 0 | 1001110 | 1010111 | 1001001 | 110 | 1001101 | 1111 |
Color Harmonies of #450F09
Complementary color
Monochromatic Colors of #450F09
Black with #450F09
Text Example
Text Example
White with #450F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F09; }
p { color: rgb(69,15,9); }
H1.HeaderClassName
{
color: #450F09;
}
.AnyTagClassName
{
color: #450F09;
}
</style>
background-color css
<style>
a { background-color: #450F09; }
a { background-color: rgb(69,15,9); }
div.DivClassName
{
background-color: #450F09;
}
.BgClassName
{
background-color: #450F09;
}
</style>
border-color css
<style>
span { border-color: #450F09; }
span { border-color: rgb(69,15,9); }
td.TdClassName
{
border-color: #450F09;
}
.TagClassName
{
border-color: #450F09;
}
</style>