Shades of Seal Brown #4C0504
Tints of Seal Brown #4C0504
RGB
CMYK
RGB Variations
Color information
#4C0504 (or 0x4C0504) is known color: Seal Brown. HEX triplet: 4C, 05 and 04. RGB value is (76,5,4). Sum of RGB (Red+Green+Blue) = 76+5+4=85 (11% of max value = 765). Red value is 76 (30.08% from 255 or 89.41% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0504 is #B3FAFB. Grayscale: #1A1A1A. Windows color (decimal): -11795196 or 263500. OLE color: 263500.
HSL color Cylindrical-coordinate representation of color #4C0504: hue angle of 0.83º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0504 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 5 | 4 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.70 |
| HSL | 0.83º | 0.9% | 0.16% | - |
| HSV(B) | 0.83º | 0.95% | 0.3% | - |
| XYZ | 3.06 | 1.65 | 0.27 | - |
| YUV | 26.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 4 | 0 | 0.93 | 0.95 | 0.70 | 0.83 | 0.9 | 0.16 |
| Hex | 4C | 5 | 4 | 0 | 5D | 5F | 46 | 1 | 5A | 10 |
| Octal | 114 | 5 | 4 | 0 | 135 | 137 | 106 | 1 | 132 | 20 |
| Binary | 1001100 | 101 | 100 | 0 | 1011101 | 1011111 | 1000110 | 1 | 1011010 | 10000 |
Color Harmonies of #4C0504
Complementary color
Monochromatic Colors of #4C0504
Black with #4C0504
Text Example
Text Example
White with #4C0504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0504; }
p { color: rgb(76,5,4); }
H1.HeaderClassName
{
color: #4C0504;
}
.AnyTagClassName
{
color: #4C0504;
}
</style>
background-color css
<style>
a { background-color: #4C0504; }
a { background-color: rgb(76,5,4); }
div.DivClassName
{
background-color: #4C0504;
}
.BgClassName
{
background-color: #4C0504;
}
</style>
border-color css
<style>
span { border-color: #4C0504; }
span { border-color: rgb(76,5,4); }
td.TdClassName
{
border-color: #4C0504;
}
.TagClassName
{
border-color: #4C0504;
}
</style>