Shades of Brown Pod #462313
Tints of Brown Pod #462313
RGB
CMYK
RGB Variations
Color information
#462313 (or 0x462313) is known color: Brown Pod. HEX triplet: 46, 23 and 13. RGB value is (70,35,19). Sum of RGB (Red+Green+Blue) = 70+35+19=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #462313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462313 is #B9DCEC. Grayscale: #2B2B2B. Windows color (decimal): -12180717 or 1254214. OLE color: 1254214.
HSL color Cylindrical-coordinate representation of color #462313: hue angle of 18.82º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462313 is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 35 | 19 | - |
| CMYK | 0 | 0.5 | 0.73 | 0.73 |
| HSL | 18.82º | 0.57% | 0.17% | - |
| HSV(B) | 18.82º | 0.73% | 0.27% | - |
| XYZ | 3.24 | 2.55 | 0.94 | - |
| YUV | 43.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 19 | 0 | 0.5 | 0.73 | 0.73 | 18.82 | 0.57 | 0.17 |
| Hex | 46 | 23 | 13 | 0 | 32 | 49 | 49 | 13 | 39 | 11 |
| Octal | 106 | 43 | 23 | 0 | 62 | 111 | 111 | 23 | 71 | 21 |
| Binary | 1000110 | 100011 | 10011 | 0 | 110010 | 1001001 | 1001001 | 10011 | 111001 | 10001 |
Color Harmonies of #462313
Complementary color
Monochromatic Colors of #462313
Black with #462313
Text Example
Text Example
White with #462313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462313; }
p { color: rgb(70,35,19); }
H1.HeaderClassName
{
color: #462313;
}
.AnyTagClassName
{
color: #462313;
}
</style>
background-color css
<style>
a { background-color: #462313; }
a { background-color: rgb(70,35,19); }
div.DivClassName
{
background-color: #462313;
}
.BgClassName
{
background-color: #462313;
}
</style>
border-color css
<style>
span { border-color: #462313; }
span { border-color: rgb(70,35,19); }
td.TdClassName
{
border-color: #462313;
}
.TagClassName
{
border-color: #462313;
}
</style>