Shades of Seal Brown #450101
Tints of Seal Brown #450101
RGB
CMYK
RGB Variations
Color information
#450101 (or 0x450101) is known color: Seal Brown. HEX triplet: 45, 01 and 01. RGB value is (69,1,1). Sum of RGB (Red+Green+Blue) = 69+1+1=71 (9% of max value = 765). Red value is 69 (27.34% from 255 or 97.18% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 69 - color contains mainly: red. Hex color #450101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450101 is #BAFEFE. Grayscale: #151515. Windows color (decimal): -12254975 or 65861. OLE color: 65861.
HSL color Cylindrical-coordinate representation of color #450101: hue angle of 0º 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 #450101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.73 |
| HSL | 0º | 0.97% | 0.14% | - |
| HSV(B) | 0º | 0.99% | 0.27% | - |
| XYZ | 2.47 | 1.29 | 0.15 | - |
| YUV | 21.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 1 | 0 | 0.99 | 0.99 | 0.73 | 0 | 0.97 | 0.14 |
| Hex | 45 | 1 | 1 | 0 | 63 | 63 | 49 | 0 | 61 | E |
| Octal | 105 | 1 | 1 | 0 | 143 | 143 | 111 | 0 | 141 | 16 |
| Binary | 1000101 | 1 | 1 | 0 | 1100011 | 1100011 | 1001001 | 0 | 1100001 | 1110 |
Color Harmonies of #450101
Complementary color
Monochromatic Colors of #450101
Black with #450101
Text Example
Text Example
White with #450101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450101; }
p { color: rgb(69,1,1); }
H1.HeaderClassName
{
color: #450101;
}
.AnyTagClassName
{
color: #450101;
}
</style>
background-color css
<style>
a { background-color: #450101; }
a { background-color: rgb(69,1,1); }
div.DivClassName
{
background-color: #450101;
}
.BgClassName
{
background-color: #450101;
}
</style>
border-color css
<style>
span { border-color: #450101; }
span { border-color: rgb(69,1,1); }
td.TdClassName
{
border-color: #450101;
}
.TagClassName
{
border-color: #450101;
}
</style>