Shades of Brown Pod #461702
Tints of Brown Pod #461702
RGB
CMYK
RGB Variations
Color information
#461702 (or 0x461702) is known color: Brown Pod. HEX triplet: 46, 17 and 02. RGB value is (70,23,2). Sum of RGB (Red+Green+Blue) = 70+23+2=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #461702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461702 is #B9E8FD. Grayscale: #222222. Windows color (decimal): -12183806 or 137030. OLE color: 137030.
HSL color Cylindrical-coordinate representation of color #461702: hue angle of 18.53º 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 #461702 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 23 | 2 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.73 |
| HSL | 18.53º | 0.94% | 0.14% | - |
| HSV(B) | 18.53º | 0.97% | 0.27% | - |
| XYZ | 2.84 | 1.92 | 0.28 | - |
| YUV | 34.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 23 | 2 | 0 | 0.67 | 0.97 | 0.73 | 18.53 | 0.94 | 0.14 |
| Hex | 46 | 17 | 2 | 0 | 43 | 61 | 49 | 13 | 5E | E |
| Octal | 106 | 27 | 2 | 0 | 103 | 141 | 111 | 23 | 136 | 16 |
| Binary | 1000110 | 10111 | 10 | 0 | 1000011 | 1100001 | 1001001 | 10011 | 1011110 | 1110 |
Color Harmonies of #461702
Complementary color
Monochromatic Colors of #461702
Black with #461702
Text Example
Text Example
White with #461702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461702; }
p { color: rgb(70,23,2); }
H1.HeaderClassName
{
color: #461702;
}
.AnyTagClassName
{
color: #461702;
}
</style>
background-color css
<style>
a { background-color: #461702; }
a { background-color: rgb(70,23,2); }
div.DivClassName
{
background-color: #461702;
}
.BgClassName
{
background-color: #461702;
}
</style>
border-color css
<style>
span { border-color: #461702; }
span { border-color: rgb(70,23,2); }
td.TdClassName
{
border-color: #461702;
}
.TagClassName
{
border-color: #461702;
}
</style>