Shades of Brown Pod #461802
Tints of Brown Pod #461802
RGB
CMYK
RGB Variations
Color information
#461802 (or 0x461802) is known color: Brown Pod. HEX triplet: 46, 18 and 02. RGB value is (70,24,2). Sum of RGB (Red+Green+Blue) = 70+24+2=96 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.92% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 70 - color contains mainly: red. Hex color #461802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461802 is #B9E7FD. Grayscale: #232323. Windows color (decimal): -12183550 or 137286. OLE color: 137286.
HSL color Cylindrical-coordinate representation of color #461802: hue angle of 19.41º 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 #461802 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 2 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.73 |
| HSL | 19.41º | 0.94% | 0.14% | - |
| HSV(B) | 19.41º | 0.97% | 0.27% | - |
| XYZ | 2.86 | 1.96 | 0.28 | - |
| YUV | 35.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 2 | 0 | 0.66 | 0.97 | 0.73 | 19.41 | 0.94 | 0.14 |
| Hex | 46 | 18 | 2 | 0 | 42 | 61 | 49 | 13 | 5E | E |
| Octal | 106 | 30 | 2 | 0 | 102 | 141 | 111 | 23 | 136 | 16 |
| Binary | 1000110 | 11000 | 10 | 0 | 1000010 | 1100001 | 1001001 | 10011 | 1011110 | 1110 |
Color Harmonies of #461802
Complementary color
Monochromatic Colors of #461802
Black with #461802
Text Example
Text Example
White with #461802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461802; }
p { color: rgb(70,24,2); }
H1.HeaderClassName
{
color: #461802;
}
.AnyTagClassName
{
color: #461802;
}
</style>
background-color css
<style>
a { background-color: #461802; }
a { background-color: rgb(70,24,2); }
div.DivClassName
{
background-color: #461802;
}
.BgClassName
{
background-color: #461802;
}
</style>
border-color css
<style>
span { border-color: #461802; }
span { border-color: rgb(70,24,2); }
td.TdClassName
{
border-color: #461802;
}
.TagClassName
{
border-color: #461802;
}
</style>