Shades of Brown Pod #461E02
Tints of Brown Pod #461E02
RGB
CMYK
RGB Variations
Color information
#461E02 (or 0x461E02) is known color: Brown Pod. HEX triplet: 46, 1E and 02. RGB value is (70,30,2). Sum of RGB (Red+Green+Blue) = 70+30+2=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #461E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E02 is #B9E1FD. Grayscale: #262626. Windows color (decimal): -12182014 or 138822. OLE color: 138822.
HSL color Cylindrical-coordinate representation of color #461E02: hue angle of 24.71º 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 #461E02 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 30 | 2 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.73 |
| HSL | 24.71º | 0.94% | 0.14% | - |
| HSV(B) | 24.71º | 0.97% | 0.27% | - |
| XYZ | 3 | 2.24 | 0.33 | - |
| YUV | 38.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 2 | 0 | 0.57 | 0.97 | 0.73 | 24.71 | 0.94 | 0.14 |
| Hex | 46 | 1E | 2 | 0 | 39 | 61 | 49 | 19 | 5E | E |
| Octal | 106 | 36 | 2 | 0 | 71 | 141 | 111 | 31 | 136 | 16 |
| Binary | 1000110 | 11110 | 10 | 0 | 111001 | 1100001 | 1001001 | 11001 | 1011110 | 1110 |
Color Harmonies of #461E02
Complementary color
Monochromatic Colors of #461E02
Black with #461E02
Text Example
Text Example
White with #461E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E02; }
p { color: rgb(70,30,2); }
H1.HeaderClassName
{
color: #461E02;
}
.AnyTagClassName
{
color: #461E02;
}
</style>
background-color css
<style>
a { background-color: #461E02; }
a { background-color: rgb(70,30,2); }
div.DivClassName
{
background-color: #461E02;
}
.BgClassName
{
background-color: #461E02;
}
</style>
border-color css
<style>
span { border-color: #461E02; }
span { border-color: rgb(70,30,2); }
td.TdClassName
{
border-color: #461E02;
}
.TagClassName
{
border-color: #461E02;
}
</style>