Shades of Brown Pod #461F04
Tints of Brown Pod #461F04
RGB
CMYK
RGB Variations
Color information
#461F04 (or 0x461F04) is known color: Brown Pod. HEX triplet: 46, 1F and 04. RGB value is (70,31,4). Sum of RGB (Red+Green+Blue) = 70+31+4=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #461F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461F04 is #B9E0FB. Grayscale: #272727. Windows color (decimal): -12181756 or 270150. OLE color: 270150.
HSL color Cylindrical-coordinate representation of color #461F04: hue angle of 24.55º 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 #461F04 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 31 | 4 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.73 |
| HSL | 24.55º | 0.89% | 0.15% | - |
| HSV(B) | 24.55º | 0.94% | 0.27% | - |
| XYZ | 3.04 | 2.29 | 0.4 | - |
| YUV | 39.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 4 | 0 | 0.56 | 0.94 | 0.73 | 24.55 | 0.89 | 0.15 |
| Hex | 46 | 1F | 4 | 0 | 38 | 5E | 49 | 19 | 59 | F |
| Octal | 106 | 37 | 4 | 0 | 70 | 136 | 111 | 31 | 131 | 17 |
| Binary | 1000110 | 11111 | 100 | 0 | 111000 | 1011110 | 1001001 | 11001 | 1011001 | 1111 |
Color Harmonies of #461F04
Complementary color
Monochromatic Colors of #461F04
Black with #461F04
Text Example
Text Example
White with #461F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F04; }
p { color: rgb(70,31,4); }
H1.HeaderClassName
{
color: #461F04;
}
.AnyTagClassName
{
color: #461F04;
}
</style>
background-color css
<style>
a { background-color: #461F04; }
a { background-color: rgb(70,31,4); }
div.DivClassName
{
background-color: #461F04;
}
.BgClassName
{
background-color: #461F04;
}
</style>
border-color css
<style>
span { border-color: #461F04; }
span { border-color: rgb(70,31,4); }
td.TdClassName
{
border-color: #461F04;
}
.TagClassName
{
border-color: #461F04;
}
</style>