Shades of Brown Pod #462008
Tints of Brown Pod #462008
RGB
CMYK
RGB Variations
Color information
#462008 (or 0x462008) is known color: Brown Pod. HEX triplet: 46, 20 and 08. RGB value is (70,32,8). Sum of RGB (Red+Green+Blue) = 70+32+8=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #462008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462008 is #B9DFF7. Grayscale: #282828. Windows color (decimal): -12181496 or 532550. OLE color: 532550.
HSL color Cylindrical-coordinate representation of color #462008: hue angle of 23.23º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #462008 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 8 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.73 |
| HSL | 23.23º | 0.79% | 0.15% | - |
| HSV(B) | 23.23º | 0.89% | 0.27% | - |
| XYZ | 3.09 | 2.35 | 0.52 | - |
| YUV | 40.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 8 | 0 | 0.54 | 0.89 | 0.73 | 23.23 | 0.79 | 0.15 |
| Hex | 46 | 20 | 8 | 0 | 36 | 59 | 49 | 17 | 4F | F |
| Octal | 106 | 40 | 10 | 0 | 66 | 131 | 111 | 27 | 117 | 17 |
| Binary | 1000110 | 100000 | 1000 | 0 | 110110 | 1011001 | 1001001 | 10111 | 1001111 | 1111 |
Color Harmonies of #462008
Complementary color
Monochromatic Colors of #462008
Black with #462008
Text Example
Text Example
White with #462008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462008; }
p { color: rgb(70,32,8); }
H1.HeaderClassName
{
color: #462008;
}
.AnyTagClassName
{
color: #462008;
}
</style>
background-color css
<style>
a { background-color: #462008; }
a { background-color: rgb(70,32,8); }
div.DivClassName
{
background-color: #462008;
}
.BgClassName
{
background-color: #462008;
}
</style>
border-color css
<style>
span { border-color: #462008; }
span { border-color: rgb(70,32,8); }
td.TdClassName
{
border-color: #462008;
}
.TagClassName
{
border-color: #462008;
}
</style>