Shades of Seal Brown #450E0C
Tints of Seal Brown #450E0C
RGB
CMYK
RGB Variations
Color information
#450E0C (or 0x450E0C) is known color: Seal Brown. HEX triplet: 45, 0E and 0C. RGB value is (69,14,12). Sum of RGB (Red+Green+Blue) = 69+14+12=95 (12% of max value = 765). Red value is 69 (27.34% from 255 or 72.63% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 69 - color contains mainly: red. Hex color #450E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450E0C is #BAF1F3. Grayscale: #1E1E1E. Windows color (decimal): -12251636 or 790085. OLE color: 790085.
HSL color Cylindrical-coordinate representation of color #450E0C: hue angle of 2.11º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #450E0C is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 14 | 12 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.73 |
| HSL | 2.11º | 0.7% | 0.16% | - |
| HSV(B) | 2.11º | 0.83% | 0.27% | - |
| XYZ | 2.68 | 1.61 | 0.52 | - |
| YUV | 30.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 12 | 0 | 0.80 | 0.83 | 0.73 | 2.11 | 0.7 | 0.16 |
| Hex | 45 | E | C | 0 | 50 | 53 | 49 | 2 | 46 | 10 |
| Octal | 105 | 16 | 14 | 0 | 120 | 123 | 111 | 2 | 106 | 20 |
| Binary | 1000101 | 1110 | 1100 | 0 | 1010000 | 1010011 | 1001001 | 10 | 1000110 | 10000 |
Color Harmonies of #450E0C
Complementary color
Monochromatic Colors of #450E0C
Black with #450E0C
Text Example
Text Example
White with #450E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E0C; }
p { color: rgb(69,14,12); }
H1.HeaderClassName
{
color: #450E0C;
}
.AnyTagClassName
{
color: #450E0C;
}
</style>
background-color css
<style>
a { background-color: #450E0C; }
a { background-color: rgb(69,14,12); }
div.DivClassName
{
background-color: #450E0C;
}
.BgClassName
{
background-color: #450E0C;
}
</style>
border-color css
<style>
span { border-color: #450E0C; }
span { border-color: rgb(69,14,12); }
td.TdClassName
{
border-color: #450E0C;
}
.TagClassName
{
border-color: #450E0C;
}
</style>