Shades of Brown Pod #462205
Tints of Brown Pod #462205
RGB
CMYK
RGB Variations
Color information
#462205 (or 0x462205) is known color: Brown Pod. HEX triplet: 46, 22 and 05. RGB value is (70,34,5). Sum of RGB (Red+Green+Blue) = 70+34+5=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #462205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462205 is #B9DDFA. Grayscale: #292929. Windows color (decimal): -12180987 or 336454. OLE color: 336454.
HSL color Cylindrical-coordinate representation of color #462205: hue angle of 26.77º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #462205 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 34 | 5 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.73 |
| HSL | 26.77º | 0.87% | 0.15% | - |
| HSV(B) | 26.77º | 0.93% | 0.27% | - |
| XYZ | 3.13 | 2.46 | 0.45 | - |
| YUV | 41.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 5 | 0 | 0.51 | 0.93 | 0.73 | 26.77 | 0.87 | 0.15 |
| Hex | 46 | 22 | 5 | 0 | 33 | 5D | 49 | 1B | 57 | F |
| Octal | 106 | 42 | 5 | 0 | 63 | 135 | 111 | 33 | 127 | 17 |
| Binary | 1000110 | 100010 | 101 | 0 | 110011 | 1011101 | 1001001 | 11011 | 1010111 | 1111 |
Color Harmonies of #462205
Complementary color
Monochromatic Colors of #462205
Black with #462205
Text Example
Text Example
White with #462205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462205; }
p { color: rgb(70,34,5); }
H1.HeaderClassName
{
color: #462205;
}
.AnyTagClassName
{
color: #462205;
}
</style>
background-color css
<style>
a { background-color: #462205; }
a { background-color: rgb(70,34,5); }
div.DivClassName
{
background-color: #462205;
}
.BgClassName
{
background-color: #462205;
}
</style>
border-color css
<style>
span { border-color: #462205; }
span { border-color: rgb(70,34,5); }
td.TdClassName
{
border-color: #462205;
}
.TagClassName
{
border-color: #462205;
}
</style>