Shades of Brown Pod #4B1E07
Tints of Brown Pod #4B1E07
RGB
CMYK
RGB Variations
Color information
#4B1E07 (or 0x4B1E07) is known color: Brown Pod. HEX triplet: 4B, 1E and 07. RGB value is (75,30,7). Sum of RGB (Red+Green+Blue) = 75+30+7=112 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.96% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1E07 is #B4E1F8. Grayscale: #282828. Windows color (decimal): -11854329 or 466507. OLE color: 466507.
HSL color Cylindrical-coordinate representation of color #4B1E07: hue angle of 20.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B1E07 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 30 | 7 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.71 |
| HSL | 20.29º | 0.83% | 0.16% | - |
| HSV(B) | 20.29º | 0.91% | 0.29% | - |
| XYZ | 3.4 | 2.44 | 0.49 | - |
| YUV | 40.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 30 | 7 | 0 | 0.60 | 0.91 | 0.71 | 20.29 | 0.83 | 0.16 |
| Hex | 4B | 1E | 7 | 0 | 3C | 5B | 47 | 14 | 53 | 10 |
| Octal | 113 | 36 | 7 | 0 | 74 | 133 | 107 | 24 | 123 | 20 |
| Binary | 1001011 | 11110 | 111 | 0 | 111100 | 1011011 | 1000111 | 10100 | 1010011 | 10000 |
Color Harmonies of #4B1E07
Complementary color
Monochromatic Colors of #4B1E07
Black with #4B1E07
Text Example
Text Example
White with #4B1E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1E07; }
p { color: rgb(75,30,7); }
H1.HeaderClassName
{
color: #4B1E07;
}
.AnyTagClassName
{
color: #4B1E07;
}
</style>
background-color css
<style>
a { background-color: #4B1E07; }
a { background-color: rgb(75,30,7); }
div.DivClassName
{
background-color: #4B1E07;
}
.BgClassName
{
background-color: #4B1E07;
}
</style>
border-color css
<style>
span { border-color: #4B1E07; }
span { border-color: rgb(75,30,7); }
td.TdClassName
{
border-color: #4B1E07;
}
.TagClassName
{
border-color: #4B1E07;
}
</style>