Shades of Brown Pod #4B210B
Tints of Brown Pod #4B210B
RGB
CMYK
RGB Variations
Color information
#4B210B (or 0x4B210B) is known color: Brown Pod. HEX triplet: 4B, 21 and 0B. RGB value is (75,33,11). Sum of RGB (Red+Green+Blue) = 75+33+11=119 (15% of max value = 765). Red value is 75 (29.69% from 255 or 63.03% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 75 - color contains mainly: red. Hex color #4B210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B210B is #B4DEF4. Grayscale: #2B2B2B. Windows color (decimal): -11853557 or 729419. OLE color: 729419.
HSL color Cylindrical-coordinate representation of color #4B210B: hue angle of 20.62º 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 #4B210B is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 11 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.71 |
| HSL | 20.63º | 0.74% | 0.17% | - |
| HSV(B) | 20.63º | 0.85% | 0.29% | - |
| XYZ | 3.51 | 2.61 | 0.64 | - |
| YUV | 43.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 11 | 0 | 0.56 | 0.85 | 0.71 | 20.63 | 0.74 | 0.17 |
| Hex | 4B | 21 | B | 0 | 38 | 55 | 47 | 15 | 4A | 11 |
| Octal | 113 | 41 | 13 | 0 | 70 | 125 | 107 | 25 | 112 | 21 |
| Binary | 1001011 | 100001 | 1011 | 0 | 111000 | 1010101 | 1000111 | 10101 | 1001010 | 10001 |
Color Harmonies of #4B210B
Complementary color
Monochromatic Colors of #4B210B
Black with #4B210B
Text Example
Text Example
White with #4B210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B210B; }
p { color: rgb(75,33,11); }
H1.HeaderClassName
{
color: #4B210B;
}
.AnyTagClassName
{
color: #4B210B;
}
</style>
background-color css
<style>
a { background-color: #4B210B; }
a { background-color: rgb(75,33,11); }
div.DivClassName
{
background-color: #4B210B;
}
.BgClassName
{
background-color: #4B210B;
}
</style>
border-color css
<style>
span { border-color: #4B210B; }
span { border-color: rgb(75,33,11); }
td.TdClassName
{
border-color: #4B210B;
}
.TagClassName
{
border-color: #4B210B;
}
</style>