Shades of Seal Brown #450E04
Tints of Seal Brown #450E04
RGB
CMYK
RGB Variations
Color information
#450E04 (or 0x450E04) is known color: Seal Brown. HEX triplet: 45, 0E and 04. RGB value is (69,14,4). Sum of RGB (Red+Green+Blue) = 69+14+4=87 (11% of max value = 765). Red value is 69 (27.34% from 255 or 79.31% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 69 - color contains mainly: red. Hex color #450E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450E04 is #BAF1FB. Grayscale: #1D1D1D. Windows color (decimal): -12251644 or 265797. OLE color: 265797.
HSL color Cylindrical-coordinate representation of color #450E04: hue angle of 9.23º 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 #450E04 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 14 | 4 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.73 |
| HSL | 9.23º | 0.89% | 0.14% | - |
| HSV(B) | 9.23º | 0.94% | 0.27% | - |
| XYZ | 2.63 | 1.59 | 0.28 | - |
| YUV | 29.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 4 | 0 | 0.80 | 0.94 | 0.73 | 9.23 | 0.89 | 0.14 |
| Hex | 45 | E | 4 | 0 | 50 | 5E | 49 | 9 | 59 | E |
| Octal | 105 | 16 | 4 | 0 | 120 | 136 | 111 | 11 | 131 | 16 |
| Binary | 1000101 | 1110 | 100 | 0 | 1010000 | 1011110 | 1001001 | 1001 | 1011001 | 1110 |
Color Harmonies of #450E04
Complementary color
Monochromatic Colors of #450E04
Black with #450E04
Text Example
Text Example
White with #450E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E04; }
p { color: rgb(69,14,4); }
H1.HeaderClassName
{
color: #450E04;
}
.AnyTagClassName
{
color: #450E04;
}
</style>
background-color css
<style>
a { background-color: #450E04; }
a { background-color: rgb(69,14,4); }
div.DivClassName
{
background-color: #450E04;
}
.BgClassName
{
background-color: #450E04;
}
</style>
border-color css
<style>
span { border-color: #450E04; }
span { border-color: rgb(69,14,4); }
td.TdClassName
{
border-color: #450E04;
}
.TagClassName
{
border-color: #450E04;
}
</style>