Shades of Brown Pod #4C1C04
Tints of Brown Pod #4C1C04
RGB
CMYK
RGB Variations
Color information
#4C1C04 (or 0x4C1C04) is known color: Brown Pod. HEX triplet: 4C, 1C and 04. RGB value is (76,28,4). Sum of RGB (Red+Green+Blue) = 76+28+4=108 (14% of max value = 765). Red value is 76 (30.08% from 255 or 70.37% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1C04 is #B3E3FB. Grayscale: #272727. Windows color (decimal): -11789308 or 269388. OLE color: 269388.
HSL color Cylindrical-coordinate representation of color #4C1C04: hue angle of 20º 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 #4C1C04 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 28 | 4 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.70 |
| HSL | 20º | 0.9% | 0.16% | - |
| HSV(B) | 20º | 0.95% | 0.3% | - |
| XYZ | 3.42 | 2.38 | 0.39 | - |
| YUV | 39.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 28 | 4 | 0 | 0.63 | 0.95 | 0.70 | 20 | 0.9 | 0.16 |
| Hex | 4C | 1C | 4 | 0 | 3F | 5F | 46 | 14 | 5A | 10 |
| Octal | 114 | 34 | 4 | 0 | 77 | 137 | 106 | 24 | 132 | 20 |
| Binary | 1001100 | 11100 | 100 | 0 | 111111 | 1011111 | 1000110 | 10100 | 1011010 | 10000 |
Color Harmonies of #4C1C04
Complementary color
Monochromatic Colors of #4C1C04
Black with #4C1C04
Text Example
Text Example
White with #4C1C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1C04; }
p { color: rgb(76,28,4); }
H1.HeaderClassName
{
color: #4C1C04;
}
.AnyTagClassName
{
color: #4C1C04;
}
</style>
background-color css
<style>
a { background-color: #4C1C04; }
a { background-color: rgb(76,28,4); }
div.DivClassName
{
background-color: #4C1C04;
}
.BgClassName
{
background-color: #4C1C04;
}
</style>
border-color css
<style>
span { border-color: #4C1C04; }
span { border-color: rgb(76,28,4); }
td.TdClassName
{
border-color: #4C1C04;
}
.TagClassName
{
border-color: #4C1C04;
}
</style>