Shades of Brown Pod #462018
Tints of Brown Pod #462018
RGB
CMYK
RGB Variations
Color information
#462018 (or 0x462018) is known color: Brown Pod. HEX triplet: 46, 20 and 18. RGB value is (70,32,24). Sum of RGB (Red+Green+Blue) = 70+32+24=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #462018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462018 is #B9DFE7. Grayscale: #2A2A2A. Windows color (decimal): -12181480 or 1581126. OLE color: 1581126.
HSL color Cylindrical-coordinate representation of color #462018: hue angle of 10.43º 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 #462018 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 24 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.73 |
| HSL | 10.43º | 0.49% | 0.18% | - |
| HSV(B) | 10.43º | 0.66% | 0.27% | - |
| XYZ | 3.21 | 2.4 | 1.16 | - |
| YUV | 42.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 24 | 0 | 0.54 | 0.66 | 0.73 | 10.43 | 0.49 | 0.18 |
| Hex | 46 | 20 | 18 | 0 | 36 | 42 | 49 | A | 31 | 12 |
| Octal | 106 | 40 | 30 | 0 | 66 | 102 | 111 | 12 | 61 | 22 |
| Binary | 1000110 | 100000 | 11000 | 0 | 110110 | 1000010 | 1001001 | 1010 | 110001 | 10010 |
Color Harmonies of #462018
Complementary color
Monochromatic Colors of #462018
Black with #462018
Text Example
Text Example
White with #462018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462018; }
p { color: rgb(70,32,24); }
H1.HeaderClassName
{
color: #462018;
}
.AnyTagClassName
{
color: #462018;
}
</style>
background-color css
<style>
a { background-color: #462018; }
a { background-color: rgb(70,32,24); }
div.DivClassName
{
background-color: #462018;
}
.BgClassName
{
background-color: #462018;
}
</style>
border-color css
<style>
span { border-color: #462018; }
span { border-color: rgb(70,32,24); }
td.TdClassName
{
border-color: #462018;
}
.TagClassName
{
border-color: #462018;
}
</style>