Shades of Seal Brown #4C0302
Tints of Seal Brown #4C0302
RGB
CMYK
RGB Variations
Color information
#4C0302 (or 0x4C0302) is known color: Seal Brown. HEX triplet: 4C, 03 and 02. RGB value is (76,3,2). Sum of RGB (Red+Green+Blue) = 76+3+2=81 (10% of max value = 765). Red value is 76 (30.08% from 255 or 93.83% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0302 is #B3FCFD. Grayscale: #181818. Windows color (decimal): -11795710 or 131916. OLE color: 131916.
HSL color Cylindrical-coordinate representation of color #4C0302: hue angle of 0.81º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C0302 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 3 | 2 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.70 |
| HSL | 0.81º | 0.95% | 0.15% | - |
| HSV(B) | 0.81º | 0.97% | 0.3% | - |
| XYZ | 3.02 | 1.61 | 0.21 | - |
| YUV | 24.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 2 | 0 | 0.96 | 0.97 | 0.70 | 0.81 | 0.95 | 0.15 |
| Hex | 4C | 3 | 2 | 0 | 60 | 61 | 46 | 1 | 5F | F |
| Octal | 114 | 3 | 2 | 0 | 140 | 141 | 106 | 1 | 137 | 17 |
| Binary | 1001100 | 11 | 10 | 0 | 1100000 | 1100001 | 1000110 | 1 | 1011111 | 1111 |
Color Harmonies of #4C0302
Complementary color
Monochromatic Colors of #4C0302
Black with #4C0302
Text Example
Text Example
White with #4C0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0302; }
p { color: rgb(76,3,2); }
H1.HeaderClassName
{
color: #4C0302;
}
.AnyTagClassName
{
color: #4C0302;
}
</style>
background-color css
<style>
a { background-color: #4C0302; }
a { background-color: rgb(76,3,2); }
div.DivClassName
{
background-color: #4C0302;
}
.BgClassName
{
background-color: #4C0302;
}
</style>
border-color css
<style>
span { border-color: #4C0302; }
span { border-color: rgb(76,3,2); }
td.TdClassName
{
border-color: #4C0302;
}
.TagClassName
{
border-color: #4C0302;
}
</style>