Shades of Brown Pod #461F07
Tints of Brown Pod #461F07
RGB
CMYK
RGB Variations
Color information
#461F07 (or 0x461F07) is known color: Brown Pod. HEX triplet: 46, 1F and 07. RGB value is (70,31,7). Sum of RGB (Red+Green+Blue) = 70+31+7=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #461F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461F07 is #B9E0F8. Grayscale: #282828. Windows color (decimal): -12181753 or 466758. OLE color: 466758.
HSL color Cylindrical-coordinate representation of color #461F07: hue angle of 22.86º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #461F07 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 31 | 7 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.73 |
| HSL | 22.86º | 0.82% | 0.15% | - |
| HSV(B) | 22.86º | 0.9% | 0.27% | - |
| XYZ | 3.05 | 2.3 | 0.48 | - |
| YUV | 39.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 7 | 0 | 0.56 | 0.90 | 0.73 | 22.86 | 0.82 | 0.15 |
| Hex | 46 | 1F | 7 | 0 | 38 | 5A | 49 | 17 | 52 | F |
| Octal | 106 | 37 | 7 | 0 | 70 | 132 | 111 | 27 | 122 | 17 |
| Binary | 1000110 | 11111 | 111 | 0 | 111000 | 1011010 | 1001001 | 10111 | 1010010 | 1111 |
Color Harmonies of #461F07
Complementary color
Monochromatic Colors of #461F07
Black with #461F07
Text Example
Text Example
White with #461F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F07; }
p { color: rgb(70,31,7); }
H1.HeaderClassName
{
color: #461F07;
}
.AnyTagClassName
{
color: #461F07;
}
</style>
background-color css
<style>
a { background-color: #461F07; }
a { background-color: rgb(70,31,7); }
div.DivClassName
{
background-color: #461F07;
}
.BgClassName
{
background-color: #461F07;
}
</style>
border-color css
<style>
span { border-color: #461F07; }
span { border-color: rgb(70,31,7); }
td.TdClassName
{
border-color: #461F07;
}
.TagClassName
{
border-color: #461F07;
}
</style>