Shades of Brown Pod #4B150C
Tints of Brown Pod #4B150C
RGB
CMYK
RGB Variations
Color information
#4B150C (or 0x4B150C) is known color: Brown Pod. HEX triplet: 4B, 15 and 0C. RGB value is (75,21,12). Sum of RGB (Red+Green+Blue) = 75+21+12=108 (14% of max value = 765). Red value is 75 (29.69% from 255 or 69.44% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 75 - color contains mainly: red. Hex color #4B150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B150C is #B4EAF3. Grayscale: #242424. Windows color (decimal): -11856628 or 791883. OLE color: 791883.
HSL color Cylindrical-coordinate representation of color #4B150C: hue angle of 8.57º 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 #4B150C is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 21 | 12 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.71 |
| HSL | 8.57º | 0.72% | 0.17% | - |
| HSV(B) | 8.57º | 0.84% | 0.29% | - |
| XYZ | 3.24 | 2.06 | 0.57 | - |
| YUV | 36.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 12 | 0 | 0.72 | 0.84 | 0.71 | 8.57 | 0.72 | 0.17 |
| Hex | 4B | 15 | C | 0 | 48 | 54 | 47 | 9 | 48 | 11 |
| Octal | 113 | 25 | 14 | 0 | 110 | 124 | 107 | 11 | 110 | 21 |
| Binary | 1001011 | 10101 | 1100 | 0 | 1001000 | 1010100 | 1000111 | 1001 | 1001000 | 10001 |
Color Harmonies of #4B150C
Complementary color
Monochromatic Colors of #4B150C
Black with #4B150C
Text Example
Text Example
White with #4B150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B150C; }
p { color: rgb(75,21,12); }
H1.HeaderClassName
{
color: #4B150C;
}
.AnyTagClassName
{
color: #4B150C;
}
</style>
background-color css
<style>
a { background-color: #4B150C; }
a { background-color: rgb(75,21,12); }
div.DivClassName
{
background-color: #4B150C;
}
.BgClassName
{
background-color: #4B150C;
}
</style>
border-color css
<style>
span { border-color: #4B150C; }
span { border-color: rgb(75,21,12); }
td.TdClassName
{
border-color: #4B150C;
}
.TagClassName
{
border-color: #4B150C;
}
</style>