Shades of Brown Pod #462306
Tints of Brown Pod #462306
RGB
CMYK
RGB Variations
Color information
#462306 (or 0x462306) is known color: Brown Pod. HEX triplet: 46, 23 and 06. RGB value is (70,35,6). Sum of RGB (Red+Green+Blue) = 70+35+6=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #462306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462306 is #B9DCF9. Grayscale: #2A2A2A. Windows color (decimal): -12180730 or 402246. OLE color: 402246.
HSL color Cylindrical-coordinate representation of color #462306: hue angle of 27.19º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #462306 is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 35 | 6 | - |
| CMYK | 0 | 0.5 | 0.91 | 0.73 |
| HSL | 27.19º | 0.84% | 0.15% | - |
| HSV(B) | 27.19º | 0.91% | 0.27% | - |
| XYZ | 3.16 | 2.52 | 0.49 | - |
| YUV | 42.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 6 | 0 | 0.5 | 0.91 | 0.73 | 27.19 | 0.84 | 0.15 |
| Hex | 46 | 23 | 6 | 0 | 32 | 5B | 49 | 1B | 54 | F |
| Octal | 106 | 43 | 6 | 0 | 62 | 133 | 111 | 33 | 124 | 17 |
| Binary | 1000110 | 100011 | 110 | 0 | 110010 | 1011011 | 1001001 | 11011 | 1010100 | 1111 |
Color Harmonies of #462306
Complementary color
Monochromatic Colors of #462306
Black with #462306
Text Example
Text Example
White with #462306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462306; }
p { color: rgb(70,35,6); }
H1.HeaderClassName
{
color: #462306;
}
.AnyTagClassName
{
color: #462306;
}
</style>
background-color css
<style>
a { background-color: #462306; }
a { background-color: rgb(70,35,6); }
div.DivClassName
{
background-color: #462306;
}
.BgClassName
{
background-color: #462306;
}
</style>
border-color css
<style>
span { border-color: #462306; }
span { border-color: rgb(70,35,6); }
td.TdClassName
{
border-color: #462306;
}
.TagClassName
{
border-color: #462306;
}
</style>