Shades of Seal Brown #4B1006
Tints of Seal Brown #4B1006
RGB
CMYK
RGB Variations
Color information
#4B1006 (or 0x4B1006) is known color: Seal Brown. HEX triplet: 4B, 10 and 06. RGB value is (75,16,6). Sum of RGB (Red+Green+Blue) = 75+16+6=97 (12% of max value = 765). Red value is 75 (29.69% from 255 or 77.32% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1006 is #B4EFF9. Grayscale: #202020. Windows color (decimal): -11857914 or 397387. OLE color: 397387.
HSL color Cylindrical-coordinate representation of color #4B1006: hue angle of 8.7º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B1006 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 16 | 6 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.71 |
| HSL | 8.7º | 0.85% | 0.16% | - |
| HSV(B) | 8.7º | 0.92% | 0.29% | - |
| XYZ | 3.12 | 1.88 | 0.37 | - |
| YUV | 32.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 6 | 0 | 0.79 | 0.92 | 0.71 | 8.7 | 0.85 | 0.16 |
| Hex | 4B | 10 | 6 | 0 | 4F | 5C | 47 | 9 | 55 | 10 |
| Octal | 113 | 20 | 6 | 0 | 117 | 134 | 107 | 11 | 125 | 20 |
| Binary | 1001011 | 10000 | 110 | 0 | 1001111 | 1011100 | 1000111 | 1001 | 1010101 | 10000 |
Color Harmonies of #4B1006
Complementary color
Monochromatic Colors of #4B1006
Black with #4B1006
Text Example
Text Example
White with #4B1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1006; }
p { color: rgb(75,16,6); }
H1.HeaderClassName
{
color: #4B1006;
}
.AnyTagClassName
{
color: #4B1006;
}
</style>
background-color css
<style>
a { background-color: #4B1006; }
a { background-color: rgb(75,16,6); }
div.DivClassName
{
background-color: #4B1006;
}
.BgClassName
{
background-color: #4B1006;
}
</style>
border-color css
<style>
span { border-color: #4B1006; }
span { border-color: rgb(75,16,6); }
td.TdClassName
{
border-color: #4B1006;
}
.TagClassName
{
border-color: #4B1006;
}
</style>