Shades of Seal Brown #450404
Tints of Seal Brown #450404
RGB
CMYK
RGB Variations
Color information
#450404 (or 0x450404) is known color: Seal Brown. HEX triplet: 45, 04 and 04. RGB value is (69,4,4). Sum of RGB (Red+Green+Blue) = 69+4+4=77 (10% of max value = 765). Red value is 69 (27.34% from 255 or 89.61% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 69 - color contains mainly: red. Hex color #450404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450404 is #BAFBFB. Grayscale: #171717. Windows color (decimal): -12254204 or 263237. OLE color: 263237.
HSL color Cylindrical-coordinate representation of color #450404: hue angle of 0º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450404 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 4 | 4 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.73 |
| HSL | 0º | 0.89% | 0.14% | - |
| HSV(B) | 0º | 0.94% | 0.27% | - |
| XYZ | 2.52 | 1.36 | 0.24 | - |
| YUV | 23.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 4 | 0 | 0.94 | 0.94 | 0.73 | 0 | 0.89 | 0.14 |
| Hex | 45 | 4 | 4 | 0 | 5E | 5E | 49 | 0 | 59 | E |
| Octal | 105 | 4 | 4 | 0 | 136 | 136 | 111 | 0 | 131 | 16 |
| Binary | 1000101 | 100 | 100 | 0 | 1011110 | 1011110 | 1001001 | 0 | 1011001 | 1110 |
Color Harmonies of #450404
Complementary color
Monochromatic Colors of #450404
Black with #450404
Text Example
Text Example
White with #450404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450404; }
p { color: rgb(69,4,4); }
H1.HeaderClassName
{
color: #450404;
}
.AnyTagClassName
{
color: #450404;
}
</style>
background-color css
<style>
a { background-color: #450404; }
a { background-color: rgb(69,4,4); }
div.DivClassName
{
background-color: #450404;
}
.BgClassName
{
background-color: #450404;
}
</style>
border-color css
<style>
span { border-color: #450404; }
span { border-color: rgb(69,4,4); }
td.TdClassName
{
border-color: #450404;
}
.TagClassName
{
border-color: #450404;
}
</style>