Shades of Seal Brown #450D06
Tints of Seal Brown #450D06
RGB
CMYK
RGB Variations
Color information
#450D06 (or 0x450D06) is known color: Seal Brown. HEX triplet: 45, 0D and 06. RGB value is (69,13,6). Sum of RGB (Red+Green+Blue) = 69+13+6=88 (11% of max value = 765). Red value is 69 (27.34% from 255 or 78.41% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 69 - color contains mainly: red. Hex color #450D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D06 is #BAF2F9. Grayscale: #1D1D1D. Windows color (decimal): -12251898 or 396613. OLE color: 396613.
HSL color Cylindrical-coordinate representation of color #450D06: hue angle of 6.67º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450D06 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 13 | 6 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.73 |
| HSL | 6.67º | 0.84% | 0.15% | - |
| HSV(B) | 6.67º | 0.91% | 0.27% | - |
| XYZ | 2.63 | 1.57 | 0.34 | - |
| YUV | 28.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 6 | 0 | 0.81 | 0.91 | 0.73 | 6.67 | 0.84 | 0.15 |
| Hex | 45 | D | 6 | 0 | 51 | 5B | 49 | 7 | 54 | F |
| Octal | 105 | 15 | 6 | 0 | 121 | 133 | 111 | 7 | 124 | 17 |
| Binary | 1000101 | 1101 | 110 | 0 | 1010001 | 1011011 | 1001001 | 111 | 1010100 | 1111 |
Color Harmonies of #450D06
Complementary color
Monochromatic Colors of #450D06
Black with #450D06
Text Example
Text Example
White with #450D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450D06; }
p { color: rgb(69,13,6); }
H1.HeaderClassName
{
color: #450D06;
}
.AnyTagClassName
{
color: #450D06;
}
</style>
background-color css
<style>
a { background-color: #450D06; }
a { background-color: rgb(69,13,6); }
div.DivClassName
{
background-color: #450D06;
}
.BgClassName
{
background-color: #450D06;
}
</style>
border-color css
<style>
span { border-color: #450D06; }
span { border-color: rgb(69,13,6); }
td.TdClassName
{
border-color: #450D06;
}
.TagClassName
{
border-color: #450D06;
}
</style>