Shades of Brown Pod #4B1F13
Tints of Brown Pod #4B1F13
RGB
CMYK
RGB Variations
Color information
#4B1F13 (or 0x4B1F13) is known color: Brown Pod. HEX triplet: 4B, 1F and 13. RGB value is (75,31,19). Sum of RGB (Red+Green+Blue) = 75+31+19=125 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1F13 is #B4E0EC. Grayscale: #2A2A2A. Windows color (decimal): -11854061 or 1253195. OLE color: 1253195.
HSL color Cylindrical-coordinate representation of color #4B1F13: hue angle of 12.86º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B1F13 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 31 | 19 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.71 |
| HSL | 12.86º | 0.6% | 0.18% | - |
| HSV(B) | 12.86º | 0.75% | 0.29% | - |
| XYZ | 3.51 | 2.52 | 0.92 | - |
| YUV | 42.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 31 | 19 | 0 | 0.59 | 0.75 | 0.71 | 12.86 | 0.6 | 0.18 |
| Hex | 4B | 1F | 13 | 0 | 3B | 4B | 47 | D | 3C | 12 |
| Octal | 113 | 37 | 23 | 0 | 73 | 113 | 107 | 15 | 74 | 22 |
| Binary | 1001011 | 11111 | 10011 | 0 | 111011 | 1001011 | 1000111 | 1101 | 111100 | 10010 |
Color Harmonies of #4B1F13
Complementary color
Monochromatic Colors of #4B1F13
Black with #4B1F13
Text Example
Text Example
White with #4B1F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1F13; }
p { color: rgb(75,31,19); }
H1.HeaderClassName
{
color: #4B1F13;
}
.AnyTagClassName
{
color: #4B1F13;
}
</style>
background-color css
<style>
a { background-color: #4B1F13; }
a { background-color: rgb(75,31,19); }
div.DivClassName
{
background-color: #4B1F13;
}
.BgClassName
{
background-color: #4B1F13;
}
</style>
border-color css
<style>
span { border-color: #4B1F13; }
span { border-color: rgb(75,31,19); }
td.TdClassName
{
border-color: #4B1F13;
}
.TagClassName
{
border-color: #4B1F13;
}
</style>