Shades of Seal Brown #4B100D
Tints of Seal Brown #4B100D
RGB
CMYK
RGB Variations
Color information
#4B100D (or 0x4B100D) is known color: Seal Brown. HEX triplet: 4B, 10 and 0D. RGB value is (75,16,13). Sum of RGB (Red+Green+Blue) = 75+16+13=104 (13% of max value = 765). Red value is 75 (29.69% from 255 or 72.12% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 75 - color contains mainly: red. Hex color #4B100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B100D is #B4EFF2. Grayscale: #212121. Windows color (decimal): -11857907 or 856139. OLE color: 856139.
HSL color Cylindrical-coordinate representation of color #4B100D: hue angle of 2.9º 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 #4B100D is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 16 | 13 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.71 |
| HSL | 2.9º | 0.7% | 0.17% | - |
| HSV(B) | 2.9º | 0.83% | 0.29% | - |
| XYZ | 3.16 | 1.9 | 0.58 | - |
| YUV | 33.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 13 | 0 | 0.79 | 0.83 | 0.71 | 2.9 | 0.7 | 0.17 |
| Hex | 4B | 10 | D | 0 | 4F | 53 | 47 | 3 | 46 | 11 |
| Octal | 113 | 20 | 15 | 0 | 117 | 123 | 107 | 3 | 106 | 21 |
| Binary | 1001011 | 10000 | 1101 | 0 | 1001111 | 1010011 | 1000111 | 11 | 1000110 | 10001 |
Color Harmonies of #4B100D
Complementary color
Monochromatic Colors of #4B100D
Black with #4B100D
Text Example
Text Example
White with #4B100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B100D; }
p { color: rgb(75,16,13); }
H1.HeaderClassName
{
color: #4B100D;
}
.AnyTagClassName
{
color: #4B100D;
}
</style>
background-color css
<style>
a { background-color: #4B100D; }
a { background-color: rgb(75,16,13); }
div.DivClassName
{
background-color: #4B100D;
}
.BgClassName
{
background-color: #4B100D;
}
</style>
border-color css
<style>
span { border-color: #4B100D; }
span { border-color: rgb(75,16,13); }
td.TdClassName
{
border-color: #4B100D;
}
.TagClassName
{
border-color: #4B100D;
}
</style>