Shades of Seal Brown #450A07
Tints of Seal Brown #450A07
RGB
CMYK
RGB Variations
Color information
#450A07 (or 0x450A07) is known color: Seal Brown. HEX triplet: 45, 0A and 07. RGB value is (69,10,7). Sum of RGB (Red+Green+Blue) = 69+10+7=86 (11% of max value = 765). Red value is 69 (27.34% from 255 or 80.23% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 69 - color contains mainly: red. Hex color #450A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450A07 is #BAF5F8. Grayscale: #1B1B1B. Windows color (decimal): -12252665 or 461381. OLE color: 461381.
HSL color Cylindrical-coordinate representation of color #450A07: hue angle of 2.9º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450A07 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 10 | 7 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.73 |
| HSL | 2.9º | 0.82% | 0.15% | - |
| HSV(B) | 2.9º | 0.9% | 0.27% | - |
| XYZ | 2.6 | 1.5 | 0.35 | - |
| YUV | 27.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 7 | 0 | 0.86 | 0.90 | 0.73 | 2.9 | 0.82 | 0.15 |
| Hex | 45 | A | 7 | 0 | 56 | 5A | 49 | 3 | 52 | F |
| Octal | 105 | 12 | 7 | 0 | 126 | 132 | 111 | 3 | 122 | 17 |
| Binary | 1000101 | 1010 | 111 | 0 | 1010110 | 1011010 | 1001001 | 11 | 1010010 | 1111 |
Color Harmonies of #450A07
Complementary color
Monochromatic Colors of #450A07
Black with #450A07
Text Example
Text Example
White with #450A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450A07; }
p { color: rgb(69,10,7); }
H1.HeaderClassName
{
color: #450A07;
}
.AnyTagClassName
{
color: #450A07;
}
</style>
background-color css
<style>
a { background-color: #450A07; }
a { background-color: rgb(69,10,7); }
div.DivClassName
{
background-color: #450A07;
}
.BgClassName
{
background-color: #450A07;
}
</style>
border-color css
<style>
span { border-color: #450A07; }
span { border-color: rgb(69,10,7); }
td.TdClassName
{
border-color: #450A07;
}
.TagClassName
{
border-color: #450A07;
}
</style>