Shades of Seal Brown #4B0500
Tints of Seal Brown #4B0500
RGB
CMYK
RGB Variations
Color information
#4B0500 (or 0x4B0500) is known color: Seal Brown. HEX triplet: 4B, 05 and 00. RGB value is (75,5,0). Sum of RGB (Red+Green+Blue) = 75+5+0=80 (10% of max value = 765). Red value is 75 (29.69% from 255 or 93.75% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0500 is #B4FAFF. Grayscale: #191919. Windows color (decimal): -11860736 or 1355. OLE color: 1355.
HSL color Cylindrical-coordinate representation of color #4B0500: hue angle of 4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B0500 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 5 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.71 |
| HSL | 4º | 1% | 0.15% | - |
| HSV(B) | 4º | 1% | 0.29% | - |
| XYZ | 2.96 | 1.6 | 0.15 | - |
| YUV | 25.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 0 | 0 | 0.93 | 1 | 0.71 | 4 | 1 | 0.15 |
| Hex | 4B | 5 | 0 | 0 | 5D | 64 | 47 | 4 | 64 | F |
| Octal | 113 | 5 | 0 | 0 | 135 | 144 | 107 | 4 | 144 | 17 |
| Binary | 1001011 | 101 | 0 | 0 | 1011101 | 1100100 | 1000111 | 100 | 1100100 | 1111 |
Color Harmonies of #4B0500
Complementary color
Monochromatic Colors of #4B0500
Black with #4B0500
Text Example
Text Example
White with #4B0500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0500; }
p { color: rgb(75,5,0); }
H1.HeaderClassName
{
color: #4B0500;
}
.AnyTagClassName
{
color: #4B0500;
}
</style>
background-color css
<style>
a { background-color: #4B0500; }
a { background-color: rgb(75,5,0); }
div.DivClassName
{
background-color: #4B0500;
}
.BgClassName
{
background-color: #4B0500;
}
</style>
border-color css
<style>
span { border-color: #4B0500; }
span { border-color: rgb(75,5,0); }
td.TdClassName
{
border-color: #4B0500;
}
.TagClassName
{
border-color: #4B0500;
}
</style>