Shades of Seal Brown #450D00
Tints of Seal Brown #450D00
RGB
CMYK
RGB Variations
Color information
#450D00 (or 0x450D00) is known color: Seal Brown. HEX triplet: 45, 0D and 00. RGB value is (69,13,0). Sum of RGB (Red+Green+Blue) = 69+13+0=82 (10% of max value = 765). Red value is 69 (27.34% from 255 or 84.15% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 69 - color contains mainly: red. Hex color #450D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D00 is #BAF2FF. Grayscale: #1C1C1C. Windows color (decimal): -12251904 or 3397. OLE color: 3397.
HSL color Cylindrical-coordinate representation of color #450D00: hue angle of 11.3º 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 #450D00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 13 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.73 |
| HSL | 11.3º | 1% | 0.14% | - |
| HSV(B) | 11.3º | 1% | 0.27% | - |
| XYZ | 2.6 | 1.55 | 0.16 | - |
| YUV | 28.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 0 | 0 | 0.81 | 1 | 0.73 | 11.3 | 1 | 0.14 |
| Hex | 45 | D | 0 | 0 | 51 | 64 | 49 | B | 64 | E |
| Octal | 105 | 15 | 0 | 0 | 121 | 144 | 111 | 13 | 144 | 16 |
| Binary | 1000101 | 1101 | 0 | 0 | 1010001 | 1100100 | 1001001 | 1011 | 1100100 | 1110 |
Color Harmonies of #450D00
Complementary color
Monochromatic Colors of #450D00
Black with #450D00
Text Example
Text Example
White with #450D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450D00; }
p { color: rgb(69,13,0); }
H1.HeaderClassName
{
color: #450D00;
}
.AnyTagClassName
{
color: #450D00;
}
</style>
background-color css
<style>
a { background-color: #450D00; }
a { background-color: rgb(69,13,0); }
div.DivClassName
{
background-color: #450D00;
}
.BgClassName
{
background-color: #450D00;
}
</style>
border-color css
<style>
span { border-color: #450D00; }
span { border-color: rgb(69,13,0); }
td.TdClassName
{
border-color: #450D00;
}
.TagClassName
{
border-color: #450D00;
}
</style>