Shades of Brown Pod #461C07
Tints of Brown Pod #461C07
RGB
CMYK
RGB Variations
Color information
#461C07 (or 0x461C07) is known color: Brown Pod. HEX triplet: 46, 1C and 07. RGB value is (70,28,7). Sum of RGB (Red+Green+Blue) = 70+28+7=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #461C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C07 is #B9E3F8. Grayscale: #262626. Windows color (decimal): -12182521 or 465990. OLE color: 465990.
HSL color Cylindrical-coordinate representation of color #461C07: hue angle of 20º 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 #461C07 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 28 | 7 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.73 |
| HSL | 20º | 0.82% | 0.15% | - |
| HSV(B) | 20º | 0.9% | 0.27% | - |
| XYZ | 2.98 | 2.15 | 0.46 | - |
| YUV | 38.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 7 | 0 | 0.60 | 0.90 | 0.73 | 20 | 0.82 | 0.15 |
| Hex | 46 | 1C | 7 | 0 | 3C | 5A | 49 | 14 | 52 | F |
| Octal | 106 | 34 | 7 | 0 | 74 | 132 | 111 | 24 | 122 | 17 |
| Binary | 1000110 | 11100 | 111 | 0 | 111100 | 1011010 | 1001001 | 10100 | 1010010 | 1111 |
Color Harmonies of #461C07
Complementary color
Monochromatic Colors of #461C07
Black with #461C07
Text Example
Text Example
White with #461C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C07; }
p { color: rgb(70,28,7); }
H1.HeaderClassName
{
color: #461C07;
}
.AnyTagClassName
{
color: #461C07;
}
</style>
background-color css
<style>
a { background-color: #461C07; }
a { background-color: rgb(70,28,7); }
div.DivClassName
{
background-color: #461C07;
}
.BgClassName
{
background-color: #461C07;
}
</style>
border-color css
<style>
span { border-color: #461C07; }
span { border-color: rgb(70,28,7); }
td.TdClassName
{
border-color: #461C07;
}
.TagClassName
{
border-color: #461C07;
}
</style>