Shades of Seal Brown #4B120B
Tints of Seal Brown #4B120B
RGB
CMYK
RGB Variations
Color information
#4B120B (or 0x4B120B) is known color: Seal Brown. HEX triplet: 4B, 12 and 0B. RGB value is (75,18,11). Sum of RGB (Red+Green+Blue) = 75+18+11=104 (13% of max value = 765). Red value is 75 (29.69% from 255 or 72.12% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 75 - color contains mainly: red. Hex color #4B120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B120B is #B4EDF4. Grayscale: #222222. Windows color (decimal): -11857397 or 725579. OLE color: 725579.
HSL color Cylindrical-coordinate representation of color #4B120B: hue angle of 6.56º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B120B is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 18 | 11 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.71 |
| HSL | 6.56º | 0.74% | 0.17% | - |
| HSV(B) | 6.56º | 0.85% | 0.29% | - |
| XYZ | 3.18 | 1.95 | 0.53 | - |
| YUV | 34.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 11 | 0 | 0.76 | 0.85 | 0.71 | 6.56 | 0.74 | 0.17 |
| Hex | 4B | 12 | B | 0 | 4C | 55 | 47 | 7 | 4A | 11 |
| Octal | 113 | 22 | 13 | 0 | 114 | 125 | 107 | 7 | 112 | 21 |
| Binary | 1001011 | 10010 | 1011 | 0 | 1001100 | 1010101 | 1000111 | 111 | 1001010 | 10001 |
Color Harmonies of #4B120B
Complementary color
Monochromatic Colors of #4B120B
Black with #4B120B
Text Example
Text Example
White with #4B120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B120B; }
p { color: rgb(75,18,11); }
H1.HeaderClassName
{
color: #4B120B;
}
.AnyTagClassName
{
color: #4B120B;
}
</style>
background-color css
<style>
a { background-color: #4B120B; }
a { background-color: rgb(75,18,11); }
div.DivClassName
{
background-color: #4B120B;
}
.BgClassName
{
background-color: #4B120B;
}
</style>
border-color css
<style>
span { border-color: #4B120B; }
span { border-color: rgb(75,18,11); }
td.TdClassName
{
border-color: #4B120B;
}
.TagClassName
{
border-color: #4B120B;
}
</style>