Shades of Brown Pod #461E18
Tints of Brown Pod #461E18
RGB
CMYK
RGB Variations
Color information
#461E18 (or 0x461E18) is known color: Brown Pod. HEX triplet: 46, 1E and 18. RGB value is (70,30,24). Sum of RGB (Red+Green+Blue) = 70+30+24=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #461E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E18 is #B9E1E7. Grayscale: #292929. Windows color (decimal): -12181992 or 1580614. OLE color: 1580614.
HSL color Cylindrical-coordinate representation of color #461E18: hue angle of 7.83º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #461E18 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 30 | 24 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.73 |
| HSL | 7.83º | 0.49% | 0.18% | - |
| HSV(B) | 7.83º | 0.66% | 0.27% | - |
| XYZ | 3.15 | 2.3 | 1.14 | - |
| YUV | 41.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 24 | 0 | 0.57 | 0.66 | 0.73 | 7.83 | 0.49 | 0.18 |
| Hex | 46 | 1E | 18 | 0 | 39 | 42 | 49 | 8 | 31 | 12 |
| Octal | 106 | 36 | 30 | 0 | 71 | 102 | 111 | 10 | 61 | 22 |
| Binary | 1000110 | 11110 | 11000 | 0 | 111001 | 1000010 | 1001001 | 1000 | 110001 | 10010 |
Color Harmonies of #461E18
Complementary color
Monochromatic Colors of #461E18
Black with #461E18
Text Example
Text Example
White with #461E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E18; }
p { color: rgb(70,30,24); }
H1.HeaderClassName
{
color: #461E18;
}
.AnyTagClassName
{
color: #461E18;
}
</style>
background-color css
<style>
a { background-color: #461E18; }
a { background-color: rgb(70,30,24); }
div.DivClassName
{
background-color: #461E18;
}
.BgClassName
{
background-color: #461E18;
}
</style>
border-color css
<style>
span { border-color: #461E18; }
span { border-color: rgb(70,30,24); }
td.TdClassName
{
border-color: #461E18;
}
.TagClassName
{
border-color: #461E18;
}
</style>