Shades of Seal Brown #450E08
Tints of Seal Brown #450E08
RGB
CMYK
RGB Variations
Color information
#450E08 (or 0x450E08) is known color: Seal Brown. HEX triplet: 45, 0E and 08. RGB value is (69,14,8). Sum of RGB (Red+Green+Blue) = 69+14+8=91 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75.82% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 69 - color contains mainly: red. Hex color #450E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450E08 is #BAF1F7. Grayscale: #1D1D1D. Windows color (decimal): -12251640 or 527941. OLE color: 527941.
HSL color Cylindrical-coordinate representation of color #450E08: hue angle of 5.9º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450E08 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 14 | 8 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.73 |
| HSL | 5.9º | 0.79% | 0.15% | - |
| HSV(B) | 5.9º | 0.88% | 0.27% | - |
| XYZ | 2.66 | 1.6 | 0.4 | - |
| YUV | 29.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 8 | 0 | 0.80 | 0.88 | 0.73 | 5.9 | 0.79 | 0.15 |
| Hex | 45 | E | 8 | 0 | 50 | 58 | 49 | 6 | 4F | F |
| Octal | 105 | 16 | 10 | 0 | 120 | 130 | 111 | 6 | 117 | 17 |
| Binary | 1000101 | 1110 | 1000 | 0 | 1010000 | 1011000 | 1001001 | 110 | 1001111 | 1111 |
Color Harmonies of #450E08
Complementary color
Monochromatic Colors of #450E08
Black with #450E08
Text Example
Text Example
White with #450E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E08; }
p { color: rgb(69,14,8); }
H1.HeaderClassName
{
color: #450E08;
}
.AnyTagClassName
{
color: #450E08;
}
</style>
background-color css
<style>
a { background-color: #450E08; }
a { background-color: rgb(69,14,8); }
div.DivClassName
{
background-color: #450E08;
}
.BgClassName
{
background-color: #450E08;
}
</style>
border-color css
<style>
span { border-color: #450E08; }
span { border-color: rgb(69,14,8); }
td.TdClassName
{
border-color: #450E08;
}
.TagClassName
{
border-color: #450E08;
}
</style>