Shades of Seal Brown #451001
Tints of Seal Brown #451001
RGB
CMYK
RGB Variations
Color information
#451001 (or 0x451001) is known color: Seal Brown. HEX triplet: 45, 10 and 01. RGB value is (69,16,1). Sum of RGB (Red+Green+Blue) = 69+16+1=86 (11% of max value = 765). Red value is 69 (27.34% from 255 or 80.23% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 69 - color contains mainly: red. Hex color #451001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451001 is #BAEFFE. Grayscale: #1E1E1E. Windows color (decimal): -12251135 or 69701. OLE color: 69701.
HSL color Cylindrical-coordinate representation of color #451001: hue angle of 13.24º 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 #451001 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 16 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.73 |
| HSL | 13.24º | 0.97% | 0.14% | - |
| HSV(B) | 13.24º | 0.99% | 0.27% | - |
| XYZ | 2.65 | 1.64 | 0.21 | - |
| YUV | 30.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 1 | 0 | 0.77 | 0.99 | 0.73 | 13.24 | 0.97 | 0.14 |
| Hex | 45 | 10 | 1 | 0 | 4D | 63 | 49 | D | 61 | E |
| Octal | 105 | 20 | 1 | 0 | 115 | 143 | 111 | 15 | 141 | 16 |
| Binary | 1000101 | 10000 | 1 | 0 | 1001101 | 1100011 | 1001001 | 1101 | 1100001 | 1110 |
Color Harmonies of #451001
Complementary color
Monochromatic Colors of #451001
Black with #451001
Text Example
Text Example
White with #451001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451001; }
p { color: rgb(69,16,1); }
H1.HeaderClassName
{
color: #451001;
}
.AnyTagClassName
{
color: #451001;
}
</style>
background-color css
<style>
a { background-color: #451001; }
a { background-color: rgb(69,16,1); }
div.DivClassName
{
background-color: #451001;
}
.BgClassName
{
background-color: #451001;
}
</style>
border-color css
<style>
span { border-color: #451001; }
span { border-color: rgb(69,16,1); }
td.TdClassName
{
border-color: #451001;
}
.TagClassName
{
border-color: #451001;
}
</style>