Shades of Brown Pod #461C19
Tints of Brown Pod #461C19
RGB
CMYK
RGB Variations
Color information
#461C19 (or 0x461C19) is known color: Brown Pod. HEX triplet: 46, 1C and 19. RGB value is (70,28,25). Sum of RGB (Red+Green+Blue) = 70+28+25=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #461C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C19 is #B9E3E6. Grayscale: #282828. Windows color (decimal): -12182503 or 1645638. OLE color: 1645638.
HSL color Cylindrical-coordinate representation of color #461C19: hue angle of 4º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461C19 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 28 | 25 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.73 |
| HSL | 4º | 0.47% | 0.19% | - |
| HSV(B) | 4º | 0.64% | 0.27% | - |
| XYZ | 3.12 | 2.2 | 1.18 | - |
| YUV | 40.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 25 | 0 | 0.60 | 0.64 | 0.73 | 4 | 0.47 | 0.19 |
| Hex | 46 | 1C | 19 | 0 | 3C | 40 | 49 | 4 | 2F | 13 |
| Octal | 106 | 34 | 31 | 0 | 74 | 100 | 111 | 4 | 57 | 23 |
| Binary | 1000110 | 11100 | 11001 | 0 | 111100 | 1000000 | 1001001 | 100 | 101111 | 10011 |
Color Harmonies of #461C19
Complementary color
Monochromatic Colors of #461C19
Black with #461C19
Text Example
Text Example
White with #461C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C19; }
p { color: rgb(70,28,25); }
H1.HeaderClassName
{
color: #461C19;
}
.AnyTagClassName
{
color: #461C19;
}
</style>
background-color css
<style>
a { background-color: #461C19; }
a { background-color: rgb(70,28,25); }
div.DivClassName
{
background-color: #461C19;
}
.BgClassName
{
background-color: #461C19;
}
</style>
border-color css
<style>
span { border-color: #461C19; }
span { border-color: rgb(70,28,25); }
td.TdClassName
{
border-color: #461C19;
}
.TagClassName
{
border-color: #461C19;
}
</style>