Shades of Brown Pod #4B210C
Tints of Brown Pod #4B210C
RGB
CMYK
RGB Variations
Color information
#4B210C (or 0x4B210C) is known color: Brown Pod. HEX triplet: 4B, 21 and 0C. RGB value is (75,33,12). Sum of RGB (Red+Green+Blue) = 75+33+12=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B210C is #B4DEF3. Grayscale: #2B2B2B. Windows color (decimal): -11853556 or 794955. OLE color: 794955.
HSL color Cylindrical-coordinate representation of color #4B210C: hue angle of 20º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B210C is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 12 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.71 |
| HSL | 20º | 0.72% | 0.17% | - |
| HSV(B) | 20º | 0.84% | 0.29% | - |
| XYZ | 3.51 | 2.61 | 0.67 | - |
| YUV | 43.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 12 | 0 | 0.56 | 0.84 | 0.71 | 20 | 0.72 | 0.17 |
| Hex | 4B | 21 | C | 0 | 38 | 54 | 47 | 14 | 48 | 11 |
| Octal | 113 | 41 | 14 | 0 | 70 | 124 | 107 | 24 | 110 | 21 |
| Binary | 1001011 | 100001 | 1100 | 0 | 111000 | 1010100 | 1000111 | 10100 | 1001000 | 10001 |
Color Harmonies of #4B210C
Complementary color
Monochromatic Colors of #4B210C
Black with #4B210C
Text Example
Text Example
White with #4B210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B210C; }
p { color: rgb(75,33,12); }
H1.HeaderClassName
{
color: #4B210C;
}
.AnyTagClassName
{
color: #4B210C;
}
</style>
background-color css
<style>
a { background-color: #4B210C; }
a { background-color: rgb(75,33,12); }
div.DivClassName
{
background-color: #4B210C;
}
.BgClassName
{
background-color: #4B210C;
}
</style>
border-color css
<style>
span { border-color: #4B210C; }
span { border-color: rgb(75,33,12); }
td.TdClassName
{
border-color: #4B210C;
}
.TagClassName
{
border-color: #4B210C;
}
</style>