Shades of Seal Brown #450A00
Tints of Seal Brown #450A00
RGB
CMYK
RGB Variations
Color information
#450A00 (or 0x450A00) is known color: Seal Brown. HEX triplet: 45, 0A and 00. RGB value is (69,10,0). Sum of RGB (Red+Green+Blue) = 69+10+0=79 (10% of max value = 765). Red value is 69 (27.34% from 255 or 87.34% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 69 - color contains mainly: red. Hex color #450A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450A00 is #BAF5FF. Grayscale: #1A1A1A. Windows color (decimal): -12252672 or 2629. OLE color: 2629.
HSL color Cylindrical-coordinate representation of color #450A00: hue angle of 8.7º 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 #450A00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 10 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.73 |
| HSL | 8.7º | 1% | 0.14% | - |
| HSV(B) | 8.7º | 1% | 0.27% | - |
| XYZ | 2.56 | 1.48 | 0.15 | - |
| YUV | 26.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 0 | 0 | 0.86 | 1 | 0.73 | 8.7 | 1 | 0.14 |
| Hex | 45 | A | 0 | 0 | 56 | 64 | 49 | 9 | 64 | E |
| Octal | 105 | 12 | 0 | 0 | 126 | 144 | 111 | 11 | 144 | 16 |
| Binary | 1000101 | 1010 | 0 | 0 | 1010110 | 1100100 | 1001001 | 1001 | 1100100 | 1110 |
Color Harmonies of #450A00
Complementary color
Monochromatic Colors of #450A00
Black with #450A00
Text Example
Text Example
White with #450A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450A00; }
p { color: rgb(69,10,0); }
H1.HeaderClassName
{
color: #450A00;
}
.AnyTagClassName
{
color: #450A00;
}
</style>
background-color css
<style>
a { background-color: #450A00; }
a { background-color: rgb(69,10,0); }
div.DivClassName
{
background-color: #450A00;
}
.BgClassName
{
background-color: #450A00;
}
</style>
border-color css
<style>
span { border-color: #450A00; }
span { border-color: rgb(69,10,0); }
td.TdClassName
{
border-color: #450A00;
}
.TagClassName
{
border-color: #450A00;
}
</style>