Shades of Brown Pod #4C190D
Tints of Brown Pod #4C190D
RGB
CMYK
RGB Variations
Color information
#4C190D (or 0x4C190D) is known color: Brown Pod. HEX triplet: 4C, 19 and 0D. RGB value is (76,25,13). Sum of RGB (Red+Green+Blue) = 76+25+13=114 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.67% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 76 - color contains mainly: red. Hex color #4C190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C190D is #B3E6F2. Grayscale: #262626. Windows color (decimal): -11790067 or 858444. OLE color: 858444.
HSL color Cylindrical-coordinate representation of color #4C190D: hue angle of 11.43º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C190D is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 13 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.70 |
| HSL | 11.43º | 0.71% | 0.17% | - |
| HSV(B) | 11.43º | 0.83% | 0.3% | - |
| XYZ | 3.4 | 2.26 | 0.64 | - |
| YUV | 38.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 13 | 0 | 0.67 | 0.83 | 0.70 | 11.43 | 0.71 | 0.17 |
| Hex | 4C | 19 | D | 0 | 43 | 53 | 46 | B | 47 | 11 |
| Octal | 114 | 31 | 15 | 0 | 103 | 123 | 106 | 13 | 107 | 21 |
| Binary | 1001100 | 11001 | 1101 | 0 | 1000011 | 1010011 | 1000110 | 1011 | 1000111 | 10001 |
Color Harmonies of #4C190D
Complementary color
Monochromatic Colors of #4C190D
Black with #4C190D
Text Example
Text Example
White with #4C190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C190D; }
p { color: rgb(76,25,13); }
H1.HeaderClassName
{
color: #4C190D;
}
.AnyTagClassName
{
color: #4C190D;
}
</style>
background-color css
<style>
a { background-color: #4C190D; }
a { background-color: rgb(76,25,13); }
div.DivClassName
{
background-color: #4C190D;
}
.BgClassName
{
background-color: #4C190D;
}
</style>
border-color css
<style>
span { border-color: #4C190D; }
span { border-color: rgb(76,25,13); }
td.TdClassName
{
border-color: #4C190D;
}
.TagClassName
{
border-color: #4C190D;
}
</style>