Shades of Seal Brown #450903
Tints of Seal Brown #450903
RGB
CMYK
RGB Variations
Color information
#450903 (or 0x450903) is known color: Seal Brown. HEX triplet: 45, 09 and 03. RGB value is (69,9,3). Sum of RGB (Red+Green+Blue) = 69+9+3=81 (10% of max value = 765). Red value is 69 (27.34% from 255 or 85.19% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 69 - color contains mainly: red. Hex color #450903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450903 is #BAF6FC. Grayscale: #1A1A1A. Windows color (decimal): -12252925 or 198981. OLE color: 198981.
HSL color Cylindrical-coordinate representation of color #450903: hue angle of 5.45º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450903 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 9 | 3 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.73 |
| HSL | 5.45º | 0.92% | 0.14% | - |
| HSV(B) | 5.45º | 0.96% | 0.27% | - |
| XYZ | 2.57 | 1.47 | 0.23 | - |
| YUV | 26.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 3 | 0 | 0.87 | 0.96 | 0.73 | 5.45 | 0.92 | 0.14 |
| Hex | 45 | 9 | 3 | 0 | 57 | 60 | 49 | 5 | 5C | E |
| Octal | 105 | 11 | 3 | 0 | 127 | 140 | 111 | 5 | 134 | 16 |
| Binary | 1000101 | 1001 | 11 | 0 | 1010111 | 1100000 | 1001001 | 101 | 1011100 | 1110 |
Color Harmonies of #450903
Complementary color
Monochromatic Colors of #450903
Black with #450903
Text Example
Text Example
White with #450903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450903; }
p { color: rgb(69,9,3); }
H1.HeaderClassName
{
color: #450903;
}
.AnyTagClassName
{
color: #450903;
}
</style>
background-color css
<style>
a { background-color: #450903; }
a { background-color: rgb(69,9,3); }
div.DivClassName
{
background-color: #450903;
}
.BgClassName
{
background-color: #450903;
}
</style>
border-color css
<style>
span { border-color: #450903; }
span { border-color: rgb(69,9,3); }
td.TdClassName
{
border-color: #450903;
}
.TagClassName
{
border-color: #450903;
}
</style>