Shades of Seal Brown #450C0B
Tints of Seal Brown #450C0B
RGB
CMYK
RGB Variations
Color information
#450C0B (or 0x450C0B) is known color: Seal Brown. HEX triplet: 45, 0C and 0B. RGB value is (69,12,11). Sum of RGB (Red+Green+Blue) = 69+12+11=92 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 69 - color contains mainly: red. Hex color #450C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450C0B is #BAF3F4. Grayscale: #1C1C1C. Windows color (decimal): -12252149 or 724037. OLE color: 724037.
HSL color Cylindrical-coordinate representation of color #450C0B: hue angle of 1.03º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #450C0B is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 12 | 11 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.73 |
| HSL | 1.03º | 0.73% | 0.16% | - |
| HSV(B) | 1.03º | 0.84% | 0.27% | - |
| XYZ | 2.65 | 1.55 | 0.48 | - |
| YUV | 28.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 11 | 0 | 0.83 | 0.84 | 0.73 | 1.03 | 0.73 | 0.16 |
| Hex | 45 | C | B | 0 | 53 | 54 | 49 | 1 | 48 | 10 |
| Octal | 105 | 14 | 13 | 0 | 123 | 124 | 111 | 1 | 110 | 20 |
| Binary | 1000101 | 1100 | 1011 | 0 | 1010011 | 1010100 | 1001001 | 1 | 1001000 | 10000 |
Color Harmonies of #450C0B
Complementary color
Monochromatic Colors of #450C0B
Black with #450C0B
Text Example
Text Example
White with #450C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C0B; }
p { color: rgb(69,12,11); }
H1.HeaderClassName
{
color: #450C0B;
}
.AnyTagClassName
{
color: #450C0B;
}
</style>
background-color css
<style>
a { background-color: #450C0B; }
a { background-color: rgb(69,12,11); }
div.DivClassName
{
background-color: #450C0B;
}
.BgClassName
{
background-color: #450C0B;
}
</style>
border-color css
<style>
span { border-color: #450C0B; }
span { border-color: rgb(69,12,11); }
td.TdClassName
{
border-color: #450C0B;
}
.TagClassName
{
border-color: #450C0B;
}
</style>