Shades of Brown Pod #4B2006
Tints of Brown Pod #4B2006
RGB
CMYK
RGB Variations
Color information
#4B2006 (or 0x4B2006) is known color: Brown Pod. HEX triplet: 4B, 20 and 06. RGB value is (75,32,6). Sum of RGB (Red+Green+Blue) = 75+32+6=113 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.37% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2006 is #B4DFF9. Grayscale: #2A2A2A. Windows color (decimal): -11853818 or 401483. OLE color: 401483.
HSL color Cylindrical-coordinate representation of color #4B2006: hue angle of 22.61º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B2006 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 6 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.71 |
| HSL | 22.61º | 0.85% | 0.16% | - |
| HSV(B) | 22.61º | 0.92% | 0.29% | - |
| XYZ | 3.45 | 2.54 | 0.48 | - |
| YUV | 41.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 6 | 0 | 0.57 | 0.92 | 0.71 | 22.61 | 0.85 | 0.16 |
| Hex | 4B | 20 | 6 | 0 | 39 | 5C | 47 | 17 | 55 | 10 |
| Octal | 113 | 40 | 6 | 0 | 71 | 134 | 107 | 27 | 125 | 20 |
| Binary | 1001011 | 100000 | 110 | 0 | 111001 | 1011100 | 1000111 | 10111 | 1010101 | 10000 |
Color Harmonies of #4B2006
Complementary color
Monochromatic Colors of #4B2006
Black with #4B2006
Text Example
Text Example
White with #4B2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2006; }
p { color: rgb(75,32,6); }
H1.HeaderClassName
{
color: #4B2006;
}
.AnyTagClassName
{
color: #4B2006;
}
</style>
background-color css
<style>
a { background-color: #4B2006; }
a { background-color: rgb(75,32,6); }
div.DivClassName
{
background-color: #4B2006;
}
.BgClassName
{
background-color: #4B2006;
}
</style>
border-color css
<style>
span { border-color: #4B2006; }
span { border-color: rgb(75,32,6); }
td.TdClassName
{
border-color: #4B2006;
}
.TagClassName
{
border-color: #4B2006;
}
</style>