Shades of Seal Brown #450B00
Tints of Seal Brown #450B00
RGB
CMYK
RGB Variations
Color information
#450B00 (or 0x450B00) is known color: Seal Brown. HEX triplet: 45, 0B and 00. RGB value is (69,11,0). Sum of RGB (Red+Green+Blue) = 69+11+0=80 (10% of max value = 765). Red value is 69 (27.34% from 255 or 86.25% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 69 - color contains mainly: red. Hex color #450B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450B00 is #BAF4FF. Grayscale: #1B1B1B. Windows color (decimal): -12252416 or 2885. OLE color: 2885.
HSL color Cylindrical-coordinate representation of color #450B00: hue angle of 9.57º 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 #450B00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.73 |
| HSL | 9.57º | 1% | 0.14% | - |
| HSV(B) | 9.57º | 1% | 0.27% | - |
| XYZ | 2.57 | 1.5 | 0.15 | - |
| YUV | 27.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 0 | 0 | 0.84 | 1 | 0.73 | 9.57 | 1 | 0.14 |
| Hex | 45 | B | 0 | 0 | 54 | 64 | 49 | A | 64 | E |
| Octal | 105 | 13 | 0 | 0 | 124 | 144 | 111 | 12 | 144 | 16 |
| Binary | 1000101 | 1011 | 0 | 0 | 1010100 | 1100100 | 1001001 | 1010 | 1100100 | 1110 |
Color Harmonies of #450B00
Complementary color
Monochromatic Colors of #450B00
Black with #450B00
Text Example
Text Example
White with #450B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B00; }
p { color: rgb(69,11,0); }
H1.HeaderClassName
{
color: #450B00;
}
.AnyTagClassName
{
color: #450B00;
}
</style>
background-color css
<style>
a { background-color: #450B00; }
a { background-color: rgb(69,11,0); }
div.DivClassName
{
background-color: #450B00;
}
.BgClassName
{
background-color: #450B00;
}
</style>
border-color css
<style>
span { border-color: #450B00; }
span { border-color: rgb(69,11,0); }
td.TdClassName
{
border-color: #450B00;
}
.TagClassName
{
border-color: #450B00;
}
</style>