Shades of Brown Pod #4B140A
Tints of Brown Pod #4B140A
RGB
CMYK
RGB Variations
Color information
#4B140A (or 0x4B140A) is known color: Brown Pod. HEX triplet: 4B, 14 and 0A. RGB value is (75,20,10). Sum of RGB (Red+Green+Blue) = 75+20+10=105 (13% of max value = 765). Red value is 75 (29.69% from 255 or 71.43% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 75 - color contains mainly: red. Hex color #4B140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B140A is #B4EBF5. Grayscale: #232323. Windows color (decimal): -11856886 or 660555. OLE color: 660555.
HSL color Cylindrical-coordinate representation of color #4B140A: hue angle of 9.23º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B140A is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 20 | 10 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.71 |
| HSL | 9.23º | 0.76% | 0.17% | - |
| HSV(B) | 9.23º | 0.87% | 0.29% | - |
| XYZ | 3.21 | 2.02 | 0.51 | - |
| YUV | 35.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 10 | 0 | 0.73 | 0.87 | 0.71 | 9.23 | 0.76 | 0.17 |
| Hex | 4B | 14 | A | 0 | 49 | 57 | 47 | 9 | 4C | 11 |
| Octal | 113 | 24 | 12 | 0 | 111 | 127 | 107 | 11 | 114 | 21 |
| Binary | 1001011 | 10100 | 1010 | 0 | 1001001 | 1010111 | 1000111 | 1001 | 1001100 | 10001 |
Color Harmonies of #4B140A
Complementary color
Monochromatic Colors of #4B140A
Black with #4B140A
Text Example
Text Example
White with #4B140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B140A; }
p { color: rgb(75,20,10); }
H1.HeaderClassName
{
color: #4B140A;
}
.AnyTagClassName
{
color: #4B140A;
}
</style>
background-color css
<style>
a { background-color: #4B140A; }
a { background-color: rgb(75,20,10); }
div.DivClassName
{
background-color: #4B140A;
}
.BgClassName
{
background-color: #4B140A;
}
</style>
border-color css
<style>
span { border-color: #4B140A; }
span { border-color: rgb(75,20,10); }
td.TdClassName
{
border-color: #4B140A;
}
.TagClassName
{
border-color: #4B140A;
}
</style>