Shades of Brown Pod #461B0B
Tints of Brown Pod #461B0B
RGB
CMYK
RGB Variations
Color information
#461B0B (or 0x461B0B) is known color: Brown Pod. HEX triplet: 46, 1B and 0B. RGB value is (70,27,11). Sum of RGB (Red+Green+Blue) = 70+27+11=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #461B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B0B is #B9E4F4. Grayscale: #262626. Windows color (decimal): -12182773 or 727878. OLE color: 727878.
HSL color Cylindrical-coordinate representation of color #461B0B: hue angle of 16.27º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461B0B is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 27 | 11 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.73 |
| HSL | 16.27º | 0.73% | 0.16% | - |
| HSV(B) | 16.27º | 0.84% | 0.27% | - |
| XYZ | 2.98 | 2.11 | 0.57 | - |
| YUV | 38.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 11 | 0 | 0.61 | 0.84 | 0.73 | 16.27 | 0.73 | 0.16 |
| Hex | 46 | 1B | B | 0 | 3D | 54 | 49 | 10 | 49 | 10 |
| Octal | 106 | 33 | 13 | 0 | 75 | 124 | 111 | 20 | 111 | 20 |
| Binary | 1000110 | 11011 | 1011 | 0 | 111101 | 1010100 | 1001001 | 10000 | 1001001 | 10000 |
Color Harmonies of #461B0B
Complementary color
Monochromatic Colors of #461B0B
Black with #461B0B
Text Example
Text Example
White with #461B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B0B; }
p { color: rgb(70,27,11); }
H1.HeaderClassName
{
color: #461B0B;
}
.AnyTagClassName
{
color: #461B0B;
}
</style>
background-color css
<style>
a { background-color: #461B0B; }
a { background-color: rgb(70,27,11); }
div.DivClassName
{
background-color: #461B0B;
}
.BgClassName
{
background-color: #461B0B;
}
</style>
border-color css
<style>
span { border-color: #461B0B; }
span { border-color: rgb(70,27,11); }
td.TdClassName
{
border-color: #461B0B;
}
.TagClassName
{
border-color: #461B0B;
}
</style>