Shades of Seal Brown #450F00
Tints of Seal Brown #450F00
RGB
CMYK
RGB Variations
Color information
#450F00 (or 0x450F00) is known color: Seal Brown. HEX triplet: 45, 0F and 00. RGB value is (69,15,0). Sum of RGB (Red+Green+Blue) = 69+15+0=84 (11% of max value = 765). Red value is 69 (27.34% from 255 or 82.14% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 69 - color contains mainly: red. Hex color #450F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450F00 is #BAF0FF. Grayscale: #1D1D1D. Windows color (decimal): -12251392 or 3909. OLE color: 3909.
HSL color Cylindrical-coordinate representation of color #450F00: hue angle of 13.04º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450F00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 15 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.73 |
| HSL | 13.04º | 1% | 0.14% | - |
| HSV(B) | 13.04º | 1% | 0.27% | - |
| XYZ | 2.63 | 1.61 | 0.17 | - |
| YUV | 29.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 0 | 0 | 0.78 | 1 | 0.73 | 13.04 | 1 | 0.14 |
| Hex | 45 | F | 0 | 0 | 4E | 64 | 49 | D | 64 | E |
| Octal | 105 | 17 | 0 | 0 | 116 | 144 | 111 | 15 | 144 | 16 |
| Binary | 1000101 | 1111 | 0 | 0 | 1001110 | 1100100 | 1001001 | 1101 | 1100100 | 1110 |
Color Harmonies of #450F00
Complementary color
Monochromatic Colors of #450F00
Black with #450F00
Text Example
Text Example
White with #450F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F00; }
p { color: rgb(69,15,0); }
H1.HeaderClassName
{
color: #450F00;
}
.AnyTagClassName
{
color: #450F00;
}
</style>
background-color css
<style>
a { background-color: #450F00; }
a { background-color: rgb(69,15,0); }
div.DivClassName
{
background-color: #450F00;
}
.BgClassName
{
background-color: #450F00;
}
</style>
border-color css
<style>
span { border-color: #450F00; }
span { border-color: rgb(69,15,0); }
td.TdClassName
{
border-color: #450F00;
}
.TagClassName
{
border-color: #450F00;
}
</style>