Shades of Brown Pod #4B1F0E
Tints of Brown Pod #4B1F0E
RGB
CMYK
RGB Variations
Color information
#4B1F0E (or 0x4B1F0E) is known color: Brown Pod. HEX triplet: 4B, 1F and 0E. RGB value is (75,31,14). Sum of RGB (Red+Green+Blue) = 75+31+14=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1F0E is #B4E0F1. Grayscale: #2A2A2A. Windows color (decimal): -11854066 or 925515. OLE color: 925515.
HSL color Cylindrical-coordinate representation of color #4B1F0E: hue angle of 16.72º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B1F0E is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 31 | 14 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.71 |
| HSL | 16.72º | 0.69% | 0.17% | - |
| HSV(B) | 16.72º | 0.81% | 0.29% | - |
| XYZ | 3.47 | 2.51 | 0.72 | - |
| YUV | 42.22 | 112.08 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 31 | 14 | 0 | 0.59 | 0.81 | 0.71 | 16.72 | 0.69 | 0.17 |
| Hex | 4B | 1F | E | 0 | 3B | 51 | 47 | 11 | 45 | 11 |
| Octal | 113 | 37 | 16 | 0 | 73 | 121 | 107 | 21 | 105 | 21 |
| Binary | 1001011 | 11111 | 1110 | 0 | 111011 | 1010001 | 1000111 | 10001 | 1000101 | 10001 |
Color Harmonies of #4B1F0E
Complementary color
Monochromatic Colors of #4B1F0E
Black with #4B1F0E
Text Example
Text Example
White with #4B1F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1F0E; }
p { color: rgb(75,31,14); }
H1.HeaderClassName
{
color: #4B1F0E;
}
.AnyTagClassName
{
color: #4B1F0E;
}
</style>
background-color css
<style>
a { background-color: #4B1F0E; }
a { background-color: rgb(75,31,14); }
div.DivClassName
{
background-color: #4B1F0E;
}
.BgClassName
{
background-color: #4B1F0E;
}
</style>
border-color css
<style>
span { border-color: #4B1F0E; }
span { border-color: rgb(75,31,14); }
td.TdClassName
{
border-color: #4B1F0E;
}
.TagClassName
{
border-color: #4B1F0E;
}
</style>