Shades of Brown Pod #46231B
Tints of Brown Pod #46231B
RGB
CMYK
RGB Variations
Color information
#46231B (or 0x46231B) is known color: Brown Pod. HEX triplet: 46, 23 and 1B. RGB value is (70,35,27). Sum of RGB (Red+Green+Blue) = 70+35+27=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #46231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46231B is #B9DCE4. Grayscale: #2C2C2C. Windows color (decimal): -12180709 or 1778502. OLE color: 1778502.
HSL color Cylindrical-coordinate representation of color #46231B: hue angle of 11.16º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46231B is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 35 | 27 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.73 |
| HSL | 11.16º | 0.44% | 0.19% | - |
| HSV(B) | 11.16º | 0.61% | 0.27% | - |
| XYZ | 3.32 | 2.58 | 1.36 | - |
| YUV | 44.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 27 | 0 | 0.5 | 0.61 | 0.73 | 11.16 | 0.44 | 0.19 |
| Hex | 46 | 23 | 1B | 0 | 32 | 3D | 49 | B | 2C | 13 |
| Octal | 106 | 43 | 33 | 0 | 62 | 75 | 111 | 13 | 54 | 23 |
| Binary | 1000110 | 100011 | 11011 | 0 | 110010 | 111101 | 1001001 | 1011 | 101100 | 10011 |
Color Harmonies of #46231B
Complementary color
Monochromatic Colors of #46231B
Black with #46231B
Text Example
Text Example
White with #46231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46231B; }
p { color: rgb(70,35,27); }
H1.HeaderClassName
{
color: #46231B;
}
.AnyTagClassName
{
color: #46231B;
}
</style>
background-color css
<style>
a { background-color: #46231B; }
a { background-color: rgb(70,35,27); }
div.DivClassName
{
background-color: #46231B;
}
.BgClassName
{
background-color: #46231B;
}
</style>
border-color css
<style>
span { border-color: #46231B; }
span { border-color: rgb(70,35,27); }
td.TdClassName
{
border-color: #46231B;
}
.TagClassName
{
border-color: #46231B;
}
</style>