Shades of Brown Pod #4B160D
Tints of Brown Pod #4B160D
RGB
CMYK
RGB Variations
Color information
#4B160D (or 0x4B160D) is known color: Brown Pod. HEX triplet: 4B, 16 and 0D. RGB value is (75,22,13). Sum of RGB (Red+Green+Blue) = 75+22+13=110 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.18% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 75 - color contains mainly: red. Hex color #4B160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B160D is #B4E9F2. Grayscale: #242424. Windows color (decimal): -11856371 or 857675. OLE color: 857675.
HSL color Cylindrical-coordinate representation of color #4B160D: hue angle of 8.71º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B160D is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 22 | 13 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.71 |
| HSL | 8.71º | 0.7% | 0.17% | - |
| HSV(B) | 8.71º | 0.83% | 0.29% | - |
| XYZ | 3.26 | 2.1 | 0.61 | - |
| YUV | 36.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 22 | 13 | 0 | 0.71 | 0.83 | 0.71 | 8.71 | 0.7 | 0.17 |
| Hex | 4B | 16 | D | 0 | 47 | 53 | 47 | 9 | 46 | 11 |
| Octal | 113 | 26 | 15 | 0 | 107 | 123 | 107 | 11 | 106 | 21 |
| Binary | 1001011 | 10110 | 1101 | 0 | 1000111 | 1010011 | 1000111 | 1001 | 1000110 | 10001 |
Color Harmonies of #4B160D
Complementary color
Monochromatic Colors of #4B160D
Black with #4B160D
Text Example
Text Example
White with #4B160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B160D; }
p { color: rgb(75,22,13); }
H1.HeaderClassName
{
color: #4B160D;
}
.AnyTagClassName
{
color: #4B160D;
}
</style>
background-color css
<style>
a { background-color: #4B160D; }
a { background-color: rgb(75,22,13); }
div.DivClassName
{
background-color: #4B160D;
}
.BgClassName
{
background-color: #4B160D;
}
</style>
border-color css
<style>
span { border-color: #4B160D; }
span { border-color: rgb(75,22,13); }
td.TdClassName
{
border-color: #4B160D;
}
.TagClassName
{
border-color: #4B160D;
}
</style>