Shades of Brown Pod #4B150B
Tints of Brown Pod #4B150B
RGB
CMYK
RGB Variations
Color information
#4B150B (or 0x4B150B) is known color: Brown Pod. HEX triplet: 4B, 15 and 0B. RGB value is (75,21,11). Sum of RGB (Red+Green+Blue) = 75+21+11=107 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.09% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 75 - color contains mainly: red. Hex color #4B150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B150B is #B4EAF4. Grayscale: #242424. Windows color (decimal): -11856629 or 726347. OLE color: 726347.
HSL color Cylindrical-coordinate representation of color #4B150B: hue angle of 9.38º 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 #4B150B is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 21 | 11 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.71 |
| HSL | 9.38º | 0.74% | 0.17% | - |
| HSV(B) | 9.38º | 0.85% | 0.29% | - |
| XYZ | 3.23 | 2.06 | 0.54 | - |
| YUV | 36.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 11 | 0 | 0.72 | 0.85 | 0.71 | 9.38 | 0.74 | 0.17 |
| Hex | 4B | 15 | B | 0 | 48 | 55 | 47 | 9 | 4A | 11 |
| Octal | 113 | 25 | 13 | 0 | 110 | 125 | 107 | 11 | 112 | 21 |
| Binary | 1001011 | 10101 | 1011 | 0 | 1001000 | 1010101 | 1000111 | 1001 | 1001010 | 10001 |
Color Harmonies of #4B150B
Complementary color
Monochromatic Colors of #4B150B
Black with #4B150B
Text Example
Text Example
White with #4B150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B150B; }
p { color: rgb(75,21,11); }
H1.HeaderClassName
{
color: #4B150B;
}
.AnyTagClassName
{
color: #4B150B;
}
</style>
background-color css
<style>
a { background-color: #4B150B; }
a { background-color: rgb(75,21,11); }
div.DivClassName
{
background-color: #4B150B;
}
.BgClassName
{
background-color: #4B150B;
}
</style>
border-color css
<style>
span { border-color: #4B150B; }
span { border-color: rgb(75,21,11); }
td.TdClassName
{
border-color: #4B150B;
}
.TagClassName
{
border-color: #4B150B;
}
</style>