Shades of Seal Brown #450F07
Tints of Seal Brown #450F07
RGB
CMYK
RGB Variations
Color information
#450F07 (or 0x450F07) is known color: Seal Brown. HEX triplet: 45, 0F and 07. RGB value is (69,15,7). Sum of RGB (Red+Green+Blue) = 69+15+7=91 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75.82% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 7 (3.12% from 255 or 7.69% from 91); Max value from RGB is 69 - color contains mainly: red. Hex color #450F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450F07 is #BAF0F8. Grayscale: #1E1E1E. Windows color (decimal): -12251385 or 462661. OLE color: 462661.
HSL color Cylindrical-coordinate representation of color #450F07: hue angle of 7.74º 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 #450F07 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 15 | 7 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.73 |
| HSL | 7.74º | 0.82% | 0.15% | - |
| HSV(B) | 7.74º | 0.9% | 0.27% | - |
| XYZ | 2.66 | 1.62 | 0.37 | - |
| YUV | 30.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 7 | 0 | 0.78 | 0.90 | 0.73 | 7.74 | 0.82 | 0.15 |
| Hex | 45 | F | 7 | 0 | 4E | 5A | 49 | 8 | 52 | F |
| Octal | 105 | 17 | 7 | 0 | 116 | 132 | 111 | 10 | 122 | 17 |
| Binary | 1000101 | 1111 | 111 | 0 | 1001110 | 1011010 | 1001001 | 1000 | 1010010 | 1111 |
Color Harmonies of #450F07
Complementary color
Monochromatic Colors of #450F07
Black with #450F07
Text Example
Text Example
White with #450F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F07; }
p { color: rgb(69,15,7); }
H1.HeaderClassName
{
color: #450F07;
}
.AnyTagClassName
{
color: #450F07;
}
</style>
background-color css
<style>
a { background-color: #450F07; }
a { background-color: rgb(69,15,7); }
div.DivClassName
{
background-color: #450F07;
}
.BgClassName
{
background-color: #450F07;
}
</style>
border-color css
<style>
span { border-color: #450F07; }
span { border-color: rgb(69,15,7); }
td.TdClassName
{
border-color: #450F07;
}
.TagClassName
{
border-color: #450F07;
}
</style>