Shades of Brown Pod #461C10
Tints of Brown Pod #461C10
RGB
CMYK
RGB Variations
Color information
#461C10 (or 0x461C10) is known color: Brown Pod. HEX triplet: 46, 1C and 10. RGB value is (70,28,16). Sum of RGB (Red+Green+Blue) = 70+28+16=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #461C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C10 is #B9E3EF. Grayscale: #272727. Windows color (decimal): -12182512 or 1055814. OLE color: 1055814.
HSL color Cylindrical-coordinate representation of color #461C10: hue angle of 13.33º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461C10 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 28 | 16 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.73 |
| HSL | 13.33º | 0.63% | 0.17% | - |
| HSV(B) | 13.33º | 0.77% | 0.27% | - |
| XYZ | 3.03 | 2.17 | 0.75 | - |
| YUV | 39.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 16 | 0 | 0.60 | 0.77 | 0.73 | 13.33 | 0.63 | 0.17 |
| Hex | 46 | 1C | 10 | 0 | 3C | 4D | 49 | D | 3F | 11 |
| Octal | 106 | 34 | 20 | 0 | 74 | 115 | 111 | 15 | 77 | 21 |
| Binary | 1000110 | 11100 | 10000 | 0 | 111100 | 1001101 | 1001001 | 1101 | 111111 | 10001 |
Color Harmonies of #461C10
Complementary color
Monochromatic Colors of #461C10
Black with #461C10
Text Example
Text Example
White with #461C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C10; }
p { color: rgb(70,28,16); }
H1.HeaderClassName
{
color: #461C10;
}
.AnyTagClassName
{
color: #461C10;
}
</style>
background-color css
<style>
a { background-color: #461C10; }
a { background-color: rgb(70,28,16); }
div.DivClassName
{
background-color: #461C10;
}
.BgClassName
{
background-color: #461C10;
}
</style>
border-color css
<style>
span { border-color: #461C10; }
span { border-color: rgb(70,28,16); }
td.TdClassName
{
border-color: #461C10;
}
.TagClassName
{
border-color: #461C10;
}
</style>