Shades of Brown Pod #461C04
Tints of Brown Pod #461C04
RGB
CMYK
RGB Variations
Color information
#461C04 (or 0x461C04) is known color: Brown Pod. HEX triplet: 46, 1C and 04. RGB value is (70,28,4). Sum of RGB (Red+Green+Blue) = 70+28+4=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #461C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C04 is #B9E3FB. Grayscale: #252525. Windows color (decimal): -12182524 or 269382. OLE color: 269382.
HSL color Cylindrical-coordinate representation of color #461C04: hue angle of 21.82º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #461C04 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 28 | 4 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.73 |
| HSL | 21.82º | 0.89% | 0.15% | - |
| HSV(B) | 21.82º | 0.94% | 0.27% | - |
| XYZ | 2.96 | 2.14 | 0.37 | - |
| YUV | 37.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 4 | 0 | 0.60 | 0.94 | 0.73 | 21.82 | 0.89 | 0.15 |
| Hex | 46 | 1C | 4 | 0 | 3C | 5E | 49 | 16 | 59 | F |
| Octal | 106 | 34 | 4 | 0 | 74 | 136 | 111 | 26 | 131 | 17 |
| Binary | 1000110 | 11100 | 100 | 0 | 111100 | 1011110 | 1001001 | 10110 | 1011001 | 1111 |
Color Harmonies of #461C04
Complementary color
Monochromatic Colors of #461C04
Black with #461C04
Text Example
Text Example
White with #461C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C04; }
p { color: rgb(70,28,4); }
H1.HeaderClassName
{
color: #461C04;
}
.AnyTagClassName
{
color: #461C04;
}
</style>
background-color css
<style>
a { background-color: #461C04; }
a { background-color: rgb(70,28,4); }
div.DivClassName
{
background-color: #461C04;
}
.BgClassName
{
background-color: #461C04;
}
</style>
border-color css
<style>
span { border-color: #461C04; }
span { border-color: rgb(70,28,4); }
td.TdClassName
{
border-color: #461C04;
}
.TagClassName
{
border-color: #461C04;
}
</style>