Shades of Brown Pod #4B2016
Tints of Brown Pod #4B2016
RGB
CMYK
RGB Variations
Color information
#4B2016 (or 0x4B2016) is known color: Brown Pod. HEX triplet: 4B, 20 and 16. RGB value is (75,32,22). Sum of RGB (Red+Green+Blue) = 75+32+22=129 (17% of max value = 765). Red value is 75 (29.69% from 255 or 58.14% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2016 is #B4DFE9. Grayscale: #2B2B2B. Windows color (decimal): -11853802 or 1450059. OLE color: 1450059.
HSL color Cylindrical-coordinate representation of color #4B2016: hue angle of 11.32º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B2016 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 22 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.71 |
| HSL | 11.32º | 0.55% | 0.19% | - |
| HSV(B) | 11.32º | 0.71% | 0.29% | - |
| XYZ | 3.56 | 2.59 | 1.07 | - |
| YUV | 43.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 22 | 0 | 0.57 | 0.71 | 0.71 | 11.32 | 0.55 | 0.19 |
| Hex | 4B | 20 | 16 | 0 | 39 | 47 | 47 | B | 37 | 13 |
| Octal | 113 | 40 | 26 | 0 | 71 | 107 | 107 | 13 | 67 | 23 |
| Binary | 1001011 | 100000 | 10110 | 0 | 111001 | 1000111 | 1000111 | 1011 | 110111 | 10011 |
Color Harmonies of #4B2016
Complementary color
Monochromatic Colors of #4B2016
Black with #4B2016
Text Example
Text Example
White with #4B2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2016; }
p { color: rgb(75,32,22); }
H1.HeaderClassName
{
color: #4B2016;
}
.AnyTagClassName
{
color: #4B2016;
}
</style>
background-color css
<style>
a { background-color: #4B2016; }
a { background-color: rgb(75,32,22); }
div.DivClassName
{
background-color: #4B2016;
}
.BgClassName
{
background-color: #4B2016;
}
</style>
border-color css
<style>
span { border-color: #4B2016; }
span { border-color: rgb(75,32,22); }
td.TdClassName
{
border-color: #4B2016;
}
.TagClassName
{
border-color: #4B2016;
}
</style>