Shades of Brown Pod #4B1E11
Tints of Brown Pod #4B1E11
RGB
CMYK
RGB Variations
Color information
#4B1E11 (or 0x4B1E11) is known color: Brown Pod. HEX triplet: 4B, 1E and 11. RGB value is (75,30,17). Sum of RGB (Red+Green+Blue) = 75+30+17=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1E11 is #B4E1EE. Grayscale: #2A2A2A. Windows color (decimal): -11854319 or 1121867. OLE color: 1121867.
HSL color Cylindrical-coordinate representation of color #4B1E11: hue angle of 13.45º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B1E11 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 30 | 17 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.71 |
| HSL | 13.45º | 0.63% | 0.18% | - |
| HSV(B) | 13.45º | 0.77% | 0.29% | - |
| XYZ | 3.47 | 2.46 | 0.82 | - |
| YUV | 41.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 30 | 17 | 0 | 0.60 | 0.77 | 0.71 | 13.45 | 0.63 | 0.18 |
| Hex | 4B | 1E | 11 | 0 | 3C | 4D | 47 | D | 3F | 12 |
| Octal | 113 | 36 | 21 | 0 | 74 | 115 | 107 | 15 | 77 | 22 |
| Binary | 1001011 | 11110 | 10001 | 0 | 111100 | 1001101 | 1000111 | 1101 | 111111 | 10010 |
Color Harmonies of #4B1E11
Complementary color
Monochromatic Colors of #4B1E11
Black with #4B1E11
Text Example
Text Example
White with #4B1E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1E11; }
p { color: rgb(75,30,17); }
H1.HeaderClassName
{
color: #4B1E11;
}
.AnyTagClassName
{
color: #4B1E11;
}
</style>
background-color css
<style>
a { background-color: #4B1E11; }
a { background-color: rgb(75,30,17); }
div.DivClassName
{
background-color: #4B1E11;
}
.BgClassName
{
background-color: #4B1E11;
}
</style>
border-color css
<style>
span { border-color: #4B1E11; }
span { border-color: rgb(75,30,17); }
td.TdClassName
{
border-color: #4B1E11;
}
.TagClassName
{
border-color: #4B1E11;
}
</style>