Shades of Seal Brown #4B130D
Tints of Seal Brown #4B130D
RGB
CMYK
RGB Variations
Color information
#4B130D (or 0x4B130D) is known color: Seal Brown. HEX triplet: 4B, 13 and 0D. RGB value is (75,19,13). Sum of RGB (Red+Green+Blue) = 75+19+13=107 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.09% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 75 - color contains mainly: red. Hex color #4B130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B130D is #B4ECF2. Grayscale: #232323. Windows color (decimal): -11857139 or 856907. OLE color: 856907.
HSL color Cylindrical-coordinate representation of color #4B130D: hue angle of 5.81º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B130D is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 19 | 13 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.71 |
| HSL | 5.81º | 0.7% | 0.17% | - |
| HSV(B) | 5.81º | 0.83% | 0.29% | - |
| XYZ | 3.21 | 1.99 | 0.6 | - |
| YUV | 35.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 19 | 13 | 0 | 0.75 | 0.83 | 0.71 | 5.81 | 0.7 | 0.17 |
| Hex | 4B | 13 | D | 0 | 4B | 53 | 47 | 6 | 46 | 11 |
| Octal | 113 | 23 | 15 | 0 | 113 | 123 | 107 | 6 | 106 | 21 |
| Binary | 1001011 | 10011 | 1101 | 0 | 1001011 | 1010011 | 1000111 | 110 | 1000110 | 10001 |
Color Harmonies of #4B130D
Complementary color
Monochromatic Colors of #4B130D
Black with #4B130D
Text Example
Text Example
White with #4B130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B130D; }
p { color: rgb(75,19,13); }
H1.HeaderClassName
{
color: #4B130D;
}
.AnyTagClassName
{
color: #4B130D;
}
</style>
background-color css
<style>
a { background-color: #4B130D; }
a { background-color: rgb(75,19,13); }
div.DivClassName
{
background-color: #4B130D;
}
.BgClassName
{
background-color: #4B130D;
}
</style>
border-color css
<style>
span { border-color: #4B130D; }
span { border-color: rgb(75,19,13); }
td.TdClassName
{
border-color: #4B130D;
}
.TagClassName
{
border-color: #4B130D;
}
</style>