Shades of Brown Pod #462109
Tints of Brown Pod #462109
RGB
CMYK
RGB Variations
Color information
#462109 (or 0x462109) is known color: Brown Pod. HEX triplet: 46, 21 and 09. RGB value is (70,33,9). Sum of RGB (Red+Green+Blue) = 70+33+9=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #462109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462109 is #B9DEF6. Grayscale: #292929. Windows color (decimal): -12181239 or 598342. OLE color: 598342.
HSL color Cylindrical-coordinate representation of color #462109: hue angle of 23.61º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #462109 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 33 | 9 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.73 |
| HSL | 23.61º | 0.77% | 0.15% | - |
| HSV(B) | 23.61º | 0.87% | 0.27% | - |
| XYZ | 3.12 | 2.41 | 0.56 | - |
| YUV | 41.33 | 109.76 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 9 | 0 | 0.53 | 0.87 | 0.73 | 23.61 | 0.77 | 0.15 |
| Hex | 46 | 21 | 9 | 0 | 35 | 57 | 49 | 18 | 4D | F |
| Octal | 106 | 41 | 11 | 0 | 65 | 127 | 111 | 30 | 115 | 17 |
| Binary | 1000110 | 100001 | 1001 | 0 | 110101 | 1010111 | 1001001 | 11000 | 1001101 | 1111 |
Color Harmonies of #462109
Complementary color
Monochromatic Colors of #462109
Black with #462109
Text Example
Text Example
White with #462109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462109; }
p { color: rgb(70,33,9); }
H1.HeaderClassName
{
color: #462109;
}
.AnyTagClassName
{
color: #462109;
}
</style>
background-color css
<style>
a { background-color: #462109; }
a { background-color: rgb(70,33,9); }
div.DivClassName
{
background-color: #462109;
}
.BgClassName
{
background-color: #462109;
}
</style>
border-color css
<style>
span { border-color: #462109; }
span { border-color: rgb(70,33,9); }
td.TdClassName
{
border-color: #462109;
}
.TagClassName
{
border-color: #462109;
}
</style>