Shades of Brown Pod #461402
Tints of Brown Pod #461402
RGB
CMYK
RGB Variations
Color information
#461402 (or 0x461402) is known color: Brown Pod. HEX triplet: 46, 14 and 02. RGB value is (70,20,2). Sum of RGB (Red+Green+Blue) = 70+20+2=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #461402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461402 is #B9EBFD. Grayscale: #212121. Windows color (decimal): -12184574 or 136262. OLE color: 136262.
HSL color Cylindrical-coordinate representation of color #461402: hue angle of 15.88º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #461402 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 20 | 2 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.73 |
| HSL | 15.88º | 0.94% | 0.14% | - |
| HSV(B) | 15.88º | 0.97% | 0.27% | - |
| XYZ | 2.79 | 1.81 | 0.26 | - |
| YUV | 32.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 2 | 0 | 0.71 | 0.97 | 0.73 | 15.88 | 0.94 | 0.14 |
| Hex | 46 | 14 | 2 | 0 | 47 | 61 | 49 | 10 | 5E | E |
| Octal | 106 | 24 | 2 | 0 | 107 | 141 | 111 | 20 | 136 | 16 |
| Binary | 1000110 | 10100 | 10 | 0 | 1000111 | 1100001 | 1001001 | 10000 | 1011110 | 1110 |
Color Harmonies of #461402
Complementary color
Monochromatic Colors of #461402
Black with #461402
Text Example
Text Example
White with #461402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461402; }
p { color: rgb(70,20,2); }
H1.HeaderClassName
{
color: #461402;
}
.AnyTagClassName
{
color: #461402;
}
</style>
background-color css
<style>
a { background-color: #461402; }
a { background-color: rgb(70,20,2); }
div.DivClassName
{
background-color: #461402;
}
.BgClassName
{
background-color: #461402;
}
</style>
border-color css
<style>
span { border-color: #461402; }
span { border-color: rgb(70,20,2); }
td.TdClassName
{
border-color: #461402;
}
.TagClassName
{
border-color: #461402;
}
</style>