Shades of Brown Pod #4C1701
Tints of Brown Pod #4C1701
RGB
CMYK
RGB Variations
Color information
#4C1701 (or 0x4C1701) is known color: Brown Pod. HEX triplet: 4C, 17 and 01. RGB value is (76,23,1). Sum of RGB (Red+Green+Blue) = 76+23+1=100 (13% of max value = 765). Red value is 76 (30.08% from 255 or 76% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1701 is #B3E8FE. Grayscale: #242424. Windows color (decimal): -11790591 or 71500. OLE color: 71500.
HSL color Cylindrical-coordinate representation of color #4C1701: hue angle of 17.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C1701 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 23 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.70 |
| HSL | 17.6º | 0.97% | 0.15% | - |
| HSV(B) | 17.6º | 0.99% | 0.3% | - |
| XYZ | 3.29 | 2.15 | 0.27 | - |
| YUV | 36.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 1 | 0 | 0.70 | 0.99 | 0.70 | 17.6 | 0.97 | 0.15 |
| Hex | 4C | 17 | 1 | 0 | 46 | 63 | 46 | 12 | 61 | F |
| Octal | 114 | 27 | 1 | 0 | 106 | 143 | 106 | 22 | 141 | 17 |
| Binary | 1001100 | 10111 | 1 | 0 | 1000110 | 1100011 | 1000110 | 10010 | 1100001 | 1111 |
Color Harmonies of #4C1701
Complementary color
Monochromatic Colors of #4C1701
Black with #4C1701
Text Example
Text Example
White with #4C1701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1701; }
p { color: rgb(76,23,1); }
H1.HeaderClassName
{
color: #4C1701;
}
.AnyTagClassName
{
color: #4C1701;
}
</style>
background-color css
<style>
a { background-color: #4C1701; }
a { background-color: rgb(76,23,1); }
div.DivClassName
{
background-color: #4C1701;
}
.BgClassName
{
background-color: #4C1701;
}
</style>
border-color css
<style>
span { border-color: #4C1701; }
span { border-color: rgb(76,23,1); }
td.TdClassName
{
border-color: #4C1701;
}
.TagClassName
{
border-color: #4C1701;
}
</style>