Shades of Seal Brown #450900
Tints of Seal Brown #450900
RGB
CMYK
RGB Variations
Color information
#450900 (or 0x450900) is known color: Seal Brown. HEX triplet: 45, 09 and 00. RGB value is (69,9,0). Sum of RGB (Red+Green+Blue) = 69+9+0=78 (10% of max value = 765). Red value is 69 (27.34% from 255 or 88.46% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 69 - color contains mainly: red. Hex color #450900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450900 is #BAF6FF. Grayscale: #1A1A1A. Windows color (decimal): -12252928 or 2373. OLE color: 2373.
HSL color Cylindrical-coordinate representation of color #450900: hue angle of 7.83º 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 #450900 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 9 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.73 |
| HSL | 7.83º | 1% | 0.14% | - |
| HSV(B) | 7.83º | 1% | 0.27% | - |
| XYZ | 2.55 | 1.46 | 0.15 | - |
| YUV | 25.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 0 | 0 | 0.87 | 1 | 0.73 | 7.83 | 1 | 0.14 |
| Hex | 45 | 9 | 0 | 0 | 57 | 64 | 49 | 8 | 64 | E |
| Octal | 105 | 11 | 0 | 0 | 127 | 144 | 111 | 10 | 144 | 16 |
| Binary | 1000101 | 1001 | 0 | 0 | 1010111 | 1100100 | 1001001 | 1000 | 1100100 | 1110 |
Color Harmonies of #450900
Complementary color
Monochromatic Colors of #450900
Black with #450900
Text Example
Text Example
White with #450900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450900; }
p { color: rgb(69,9,0); }
H1.HeaderClassName
{
color: #450900;
}
.AnyTagClassName
{
color: #450900;
}
</style>
background-color css
<style>
a { background-color: #450900; }
a { background-color: rgb(69,9,0); }
div.DivClassName
{
background-color: #450900;
}
.BgClassName
{
background-color: #450900;
}
</style>
border-color css
<style>
span { border-color: #450900; }
span { border-color: rgb(69,9,0); }
td.TdClassName
{
border-color: #450900;
}
.TagClassName
{
border-color: #450900;
}
</style>