Shades of Seal Brown #45100D
Tints of Seal Brown #45100D
RGB
CMYK
RGB Variations
Color information
#45100D (or 0x45100D) is known color: Seal Brown. HEX triplet: 45, 10 and 0D. RGB value is (69,16,13). Sum of RGB (Red+Green+Blue) = 69+16+13=98 (12% of max value = 765). Red value is 69 (27.34% from 255 or 70.41% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 69 - color contains mainly: red. Hex color #45100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45100D is #BAEFF2. Grayscale: #1F1F1F. Windows color (decimal): -12251123 or 856133. OLE color: 856133.
HSL color Cylindrical-coordinate representation of color #45100D: hue angle of 3.21º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45100D is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 16 | 13 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.73 |
| HSL | 3.21º | 0.68% | 0.16% | - |
| HSV(B) | 3.21º | 0.81% | 0.27% | - |
| XYZ | 2.71 | 1.66 | 0.56 | - |
| YUV | 31.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 13 | 0 | 0.77 | 0.81 | 0.73 | 3.21 | 0.68 | 0.16 |
| Hex | 45 | 10 | D | 0 | 4D | 51 | 49 | 3 | 44 | 10 |
| Octal | 105 | 20 | 15 | 0 | 115 | 121 | 111 | 3 | 104 | 20 |
| Binary | 1000101 | 10000 | 1101 | 0 | 1001101 | 1010001 | 1001001 | 11 | 1000100 | 10000 |
Color Harmonies of #45100D
Complementary color
Monochromatic Colors of #45100D
Black with #45100D
Text Example
Text Example
White with #45100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45100D; }
p { color: rgb(69,16,13); }
H1.HeaderClassName
{
color: #45100D;
}
.AnyTagClassName
{
color: #45100D;
}
</style>
background-color css
<style>
a { background-color: #45100D; }
a { background-color: rgb(69,16,13); }
div.DivClassName
{
background-color: #45100D;
}
.BgClassName
{
background-color: #45100D;
}
</style>
border-color css
<style>
span { border-color: #45100D; }
span { border-color: rgb(69,16,13); }
td.TdClassName
{
border-color: #45100D;
}
.TagClassName
{
border-color: #45100D;
}
</style>