Shades of Brown Pod #46230D
Tints of Brown Pod #46230D
RGB
CMYK
RGB Variations
Color information
#46230D (or 0x46230D) is known color: Brown Pod. HEX triplet: 46, 23 and 0D. RGB value is (70,35,13). Sum of RGB (Red+Green+Blue) = 70+35+13=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #46230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46230D is #B9DCF2. Grayscale: #2B2B2B. Windows color (decimal): -12180723 or 860998. OLE color: 860998.
HSL color Cylindrical-coordinate representation of color #46230D: hue angle of 23.16º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46230D is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 35 | 13 | - |
| CMYK | 0 | 0.5 | 0.81 | 0.73 |
| HSL | 23.16º | 0.69% | 0.16% | - |
| HSV(B) | 23.16º | 0.81% | 0.27% | - |
| XYZ | 3.2 | 2.53 | 0.7 | - |
| YUV | 42.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 13 | 0 | 0.5 | 0.81 | 0.73 | 23.16 | 0.69 | 0.16 |
| Hex | 46 | 23 | D | 0 | 32 | 51 | 49 | 17 | 45 | 10 |
| Octal | 106 | 43 | 15 | 0 | 62 | 121 | 111 | 27 | 105 | 20 |
| Binary | 1000110 | 100011 | 1101 | 0 | 110010 | 1010001 | 1001001 | 10111 | 1000101 | 10000 |
Color Harmonies of #46230D
Complementary color
Monochromatic Colors of #46230D
Black with #46230D
Text Example
Text Example
White with #46230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46230D; }
p { color: rgb(70,35,13); }
H1.HeaderClassName
{
color: #46230D;
}
.AnyTagClassName
{
color: #46230D;
}
</style>
background-color css
<style>
a { background-color: #46230D; }
a { background-color: rgb(70,35,13); }
div.DivClassName
{
background-color: #46230D;
}
.BgClassName
{
background-color: #46230D;
}
</style>
border-color css
<style>
span { border-color: #46230D; }
span { border-color: rgb(70,35,13); }
td.TdClassName
{
border-color: #46230D;
}
.TagClassName
{
border-color: #46230D;
}
</style>