Shades of Seal Brown #45130F
Tints of Seal Brown #45130F
RGB
CMYK
RGB Variations
Color information
#45130F (or 0x45130F) is known color: Seal Brown. HEX triplet: 45, 13 and 0F. RGB value is (69,19,15). Sum of RGB (Red+Green+Blue) = 69+19+15=103 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.99% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 69 - color contains mainly: red. Hex color #45130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45130F is #BAECF0. Grayscale: #212121. Windows color (decimal): -12250353 or 987973. OLE color: 987973.
HSL color Cylindrical-coordinate representation of color #45130F: hue angle of 4.44º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45130F is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 19 | 15 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.73 |
| HSL | 4.44º | 0.64% | 0.16% | - |
| HSV(B) | 4.44º | 0.78% | 0.27% | - |
| XYZ | 2.77 | 1.77 | 0.65 | - |
| YUV | 33.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 15 | 0 | 0.72 | 0.78 | 0.73 | 4.44 | 0.64 | 0.16 |
| Hex | 45 | 13 | F | 0 | 48 | 4E | 49 | 4 | 40 | 10 |
| Octal | 105 | 23 | 17 | 0 | 110 | 116 | 111 | 4 | 100 | 20 |
| Binary | 1000101 | 10011 | 1111 | 0 | 1001000 | 1001110 | 1001001 | 100 | 1000000 | 10000 |
Color Harmonies of #45130F
Complementary color
Monochromatic Colors of #45130F
Black with #45130F
Text Example
Text Example
White with #45130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45130F; }
p { color: rgb(69,19,15); }
H1.HeaderClassName
{
color: #45130F;
}
.AnyTagClassName
{
color: #45130F;
}
</style>
background-color css
<style>
a { background-color: #45130F; }
a { background-color: rgb(69,19,15); }
div.DivClassName
{
background-color: #45130F;
}
.BgClassName
{
background-color: #45130F;
}
</style>
border-color css
<style>
span { border-color: #45130F; }
span { border-color: rgb(69,19,15); }
td.TdClassName
{
border-color: #45130F;
}
.TagClassName
{
border-color: #45130F;
}
</style>