Shades of Seal Brown #45130A
Tints of Seal Brown #45130A
RGB
CMYK
RGB Variations
Color information
#45130A (or 0x45130A) is known color: Seal Brown. HEX triplet: 45, 13 and 0A. RGB value is (69,19,10). Sum of RGB (Red+Green+Blue) = 69+19+10=98 (12% of max value = 765). Red value is 69 (27.34% from 255 or 70.41% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 69 - color contains mainly: red. Hex color #45130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45130A is #BAECF5. Grayscale: #212121. Windows color (decimal): -12250358 or 660293. OLE color: 660293.
HSL color Cylindrical-coordinate representation of color #45130A: hue angle of 9.15º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45130A is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 19 | 10 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.73 |
| HSL | 9.15º | 0.75% | 0.15% | - |
| HSV(B) | 9.15º | 0.86% | 0.27% | - |
| XYZ | 2.74 | 1.75 | 0.48 | - |
| YUV | 32.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 10 | 0 | 0.72 | 0.86 | 0.73 | 9.15 | 0.75 | 0.15 |
| Hex | 45 | 13 | A | 0 | 48 | 56 | 49 | 9 | 4B | F |
| Octal | 105 | 23 | 12 | 0 | 110 | 126 | 111 | 11 | 113 | 17 |
| Binary | 1000101 | 10011 | 1010 | 0 | 1001000 | 1010110 | 1001001 | 1001 | 1001011 | 1111 |
Color Harmonies of #45130A
Complementary color
Monochromatic Colors of #45130A
Black with #45130A
Text Example
Text Example
White with #45130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45130A; }
p { color: rgb(69,19,10); }
H1.HeaderClassName
{
color: #45130A;
}
.AnyTagClassName
{
color: #45130A;
}
</style>
background-color css
<style>
a { background-color: #45130A; }
a { background-color: rgb(69,19,10); }
div.DivClassName
{
background-color: #45130A;
}
.BgClassName
{
background-color: #45130A;
}
</style>
border-color css
<style>
span { border-color: #45130A; }
span { border-color: rgb(69,19,10); }
td.TdClassName
{
border-color: #45130A;
}
.TagClassName
{
border-color: #45130A;
}
</style>