Shades of Seal Brown #450901
Tints of Seal Brown #450901
RGB
CMYK
RGB Variations
Color information
#450901 (or 0x450901) is known color: Seal Brown. HEX triplet: 45, 09 and 01. RGB value is (69,9,1). Sum of RGB (Red+Green+Blue) = 69+9+1=79 (10% of max value = 765). Red value is 69 (27.34% from 255 or 87.34% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 69 - color contains mainly: red. Hex color #450901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450901 is #BAF6FE. Grayscale: #1A1A1A. Windows color (decimal): -12252927 or 67909. OLE color: 67909.
HSL color Cylindrical-coordinate representation of color #450901: hue angle of 7.06º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450901 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 9 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.73 |
| HSL | 7.06º | 0.97% | 0.14% | - |
| HSV(B) | 7.06º | 0.99% | 0.27% | - |
| XYZ | 2.56 | 1.46 | 0.18 | - |
| YUV | 26.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 1 | 0 | 0.87 | 0.99 | 0.73 | 7.06 | 0.97 | 0.14 |
| Hex | 45 | 9 | 1 | 0 | 57 | 63 | 49 | 7 | 61 | E |
| Octal | 105 | 11 | 1 | 0 | 127 | 143 | 111 | 7 | 141 | 16 |
| Binary | 1000101 | 1001 | 1 | 0 | 1010111 | 1100011 | 1001001 | 111 | 1100001 | 1110 |
Color Harmonies of #450901
Complementary color
Monochromatic Colors of #450901
Black with #450901
Text Example
Text Example
White with #450901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450901; }
p { color: rgb(69,9,1); }
H1.HeaderClassName
{
color: #450901;
}
.AnyTagClassName
{
color: #450901;
}
</style>
background-color css
<style>
a { background-color: #450901; }
a { background-color: rgb(69,9,1); }
div.DivClassName
{
background-color: #450901;
}
.BgClassName
{
background-color: #450901;
}
</style>
border-color css
<style>
span { border-color: #450901; }
span { border-color: rgb(69,9,1); }
td.TdClassName
{
border-color: #450901;
}
.TagClassName
{
border-color: #450901;
}
</style>