Shades of Brown Pod #4B220B
Tints of Brown Pod #4B220B
RGB
CMYK
RGB Variations
Color information
#4B220B (or 0x4B220B) is known color: Brown Pod. HEX triplet: 4B, 22 and 0B. RGB value is (75,34,11). Sum of RGB (Red+Green+Blue) = 75+34+11=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B220B is #B4DDF4. Grayscale: #2B2B2B. Windows color (decimal): -11853301 or 729675. OLE color: 729675.
HSL color Cylindrical-coordinate representation of color #4B220B: hue angle of 21.56º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B220B is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 34 | 11 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.71 |
| HSL | 21.56º | 0.74% | 0.17% | - |
| HSV(B) | 21.56º | 0.85% | 0.29% | - |
| XYZ | 3.53 | 2.66 | 0.64 | - |
| YUV | 43.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 11 | 0 | 0.55 | 0.85 | 0.71 | 21.56 | 0.74 | 0.17 |
| Hex | 4B | 22 | B | 0 | 37 | 55 | 47 | 16 | 4A | 11 |
| Octal | 113 | 42 | 13 | 0 | 67 | 125 | 107 | 26 | 112 | 21 |
| Binary | 1001011 | 100010 | 1011 | 0 | 110111 | 1010101 | 1000111 | 10110 | 1001010 | 10001 |
Color Harmonies of #4B220B
Complementary color
Monochromatic Colors of #4B220B
Black with #4B220B
Text Example
Text Example
White with #4B220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B220B; }
p { color: rgb(75,34,11); }
H1.HeaderClassName
{
color: #4B220B;
}
.AnyTagClassName
{
color: #4B220B;
}
</style>
background-color css
<style>
a { background-color: #4B220B; }
a { background-color: rgb(75,34,11); }
div.DivClassName
{
background-color: #4B220B;
}
.BgClassName
{
background-color: #4B220B;
}
</style>
border-color css
<style>
span { border-color: #4B220B; }
span { border-color: rgb(75,34,11); }
td.TdClassName
{
border-color: #4B220B;
}
.TagClassName
{
border-color: #4B220B;
}
</style>