Shades of Brown Pod #461200
Tints of Brown Pod #461200
RGB
CMYK
RGB Variations
Color information
#461200 (or 0x461200) is known color: Brown Pod. HEX triplet: 46, 12 and 00. RGB value is (70,18,0). Sum of RGB (Red+Green+Blue) = 70+18+0=88 (11% of max value = 765). Red value is 70 (27.73% from 255 or 79.55% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 70 - color contains mainly: red. Hex color #461200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461200 is #B9EDFF. Grayscale: #1F1F1F. Windows color (decimal): -12185088 or 4678. OLE color: 4678.
HSL color Cylindrical-coordinate representation of color #461200: hue angle of 15.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #461200 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 18 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.73 |
| HSL | 15.43º | 1% | 0.14% | - |
| HSV(B) | 15.43º | 1% | 0.27% | - |
| XYZ | 2.74 | 1.73 | 0.19 | - |
| YUV | 31.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 0 | 0 | 0.74 | 1 | 0.73 | 15.43 | 1 | 0.14 |
| Hex | 46 | 12 | 0 | 0 | 4A | 64 | 49 | F | 64 | E |
| Octal | 106 | 22 | 0 | 0 | 112 | 144 | 111 | 17 | 144 | 16 |
| Binary | 1000110 | 10010 | 0 | 0 | 1001010 | 1100100 | 1001001 | 1111 | 1100100 | 1110 |
Color Harmonies of #461200
Complementary color
Monochromatic Colors of #461200
Black with #461200
Text Example
Text Example
White with #461200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461200; }
p { color: rgb(70,18,0); }
H1.HeaderClassName
{
color: #461200;
}
.AnyTagClassName
{
color: #461200;
}
</style>
background-color css
<style>
a { background-color: #461200; }
a { background-color: rgb(70,18,0); }
div.DivClassName
{
background-color: #461200;
}
.BgClassName
{
background-color: #461200;
}
</style>
border-color css
<style>
span { border-color: #461200; }
span { border-color: rgb(70,18,0); }
td.TdClassName
{
border-color: #461200;
}
.TagClassName
{
border-color: #461200;
}
</style>