Shades of Seal Brown #45110C
Tints of Seal Brown #45110C
RGB
CMYK
RGB Variations
Color information
#45110C (or 0x45110C) is known color: Seal Brown. HEX triplet: 45, 11 and 0C. RGB value is (69,17,12). Sum of RGB (Red+Green+Blue) = 69+17+12=98 (12% of max value = 765). Red value is 69 (27.34% from 255 or 70.41% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 69 - color contains mainly: red. Hex color #45110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45110C is #BAEEF3. Grayscale: #202020. Windows color (decimal): -12250868 or 790853. OLE color: 790853.
HSL color Cylindrical-coordinate representation of color #45110C: hue angle of 5.26º 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 #45110C is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 17 | 12 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.73 |
| HSL | 5.26º | 0.7% | 0.16% | - |
| HSV(B) | 5.26º | 0.83% | 0.27% | - |
| XYZ | 2.72 | 1.69 | 0.53 | - |
| YUV | 31.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 12 | 0 | 0.75 | 0.83 | 0.73 | 5.26 | 0.7 | 0.16 |
| Hex | 45 | 11 | C | 0 | 4B | 53 | 49 | 5 | 46 | 10 |
| Octal | 105 | 21 | 14 | 0 | 113 | 123 | 111 | 5 | 106 | 20 |
| Binary | 1000101 | 10001 | 1100 | 0 | 1001011 | 1010011 | 1001001 | 101 | 1000110 | 10000 |
Color Harmonies of #45110C
Complementary color
Monochromatic Colors of #45110C
Black with #45110C
Text Example
Text Example
White with #45110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45110C; }
p { color: rgb(69,17,12); }
H1.HeaderClassName
{
color: #45110C;
}
.AnyTagClassName
{
color: #45110C;
}
</style>
background-color css
<style>
a { background-color: #45110C; }
a { background-color: rgb(69,17,12); }
div.DivClassName
{
background-color: #45110C;
}
.BgClassName
{
background-color: #45110C;
}
</style>
border-color css
<style>
span { border-color: #45110C; }
span { border-color: rgb(69,17,12); }
td.TdClassName
{
border-color: #45110C;
}
.TagClassName
{
border-color: #45110C;
}
</style>