Shades of Seal Brown #451103
Tints of Seal Brown #451103
RGB
CMYK
RGB Variations
Color information
#451103 (or 0x451103) is known color: Seal Brown. HEX triplet: 45, 11 and 03. RGB value is (69,17,3). Sum of RGB (Red+Green+Blue) = 69+17+3=89 (11% of max value = 765). Red value is 69 (27.34% from 255 or 77.53% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 69 - color contains mainly: red. Hex color #451103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451103 is #BAEEFC. Grayscale: #1F1F1F. Windows color (decimal): -12250877 or 201029. OLE color: 201029.
HSL color Cylindrical-coordinate representation of color #451103: hue angle of 12.73º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #451103 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 17 | 3 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.73 |
| HSL | 12.73º | 0.92% | 0.14% | - |
| HSV(B) | 12.73º | 0.96% | 0.27% | - |
| XYZ | 2.67 | 1.67 | 0.27 | - |
| YUV | 30.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 3 | 0 | 0.75 | 0.96 | 0.73 | 12.73 | 0.92 | 0.14 |
| Hex | 45 | 11 | 3 | 0 | 4B | 60 | 49 | D | 5C | E |
| Octal | 105 | 21 | 3 | 0 | 113 | 140 | 111 | 15 | 134 | 16 |
| Binary | 1000101 | 10001 | 11 | 0 | 1001011 | 1100000 | 1001001 | 1101 | 1011100 | 1110 |
Color Harmonies of #451103
Complementary color
Monochromatic Colors of #451103
Black with #451103
Text Example
Text Example
White with #451103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451103; }
p { color: rgb(69,17,3); }
H1.HeaderClassName
{
color: #451103;
}
.AnyTagClassName
{
color: #451103;
}
</style>
background-color css
<style>
a { background-color: #451103; }
a { background-color: rgb(69,17,3); }
div.DivClassName
{
background-color: #451103;
}
.BgClassName
{
background-color: #451103;
}
</style>
border-color css
<style>
span { border-color: #451103; }
span { border-color: rgb(69,17,3); }
td.TdClassName
{
border-color: #451103;
}
.TagClassName
{
border-color: #451103;
}
</style>