Shades of Brown Pod #461B03
Tints of Brown Pod #461B03
RGB
CMYK
RGB Variations
Color information
#461B03 (or 0x461B03) is known color: Brown Pod. HEX triplet: 46, 1B and 03. RGB value is (70,27,3). Sum of RGB (Red+Green+Blue) = 70+27+3=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #461B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B03 is #B9E4FC. Grayscale: #252525. Windows color (decimal): -12182781 or 203590. OLE color: 203590.
HSL color Cylindrical-coordinate representation of color #461B03: hue angle of 21.49º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #461B03 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 27 | 3 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.73 |
| HSL | 21.49º | 0.92% | 0.14% | - |
| HSV(B) | 21.49º | 0.96% | 0.27% | - |
| XYZ | 2.93 | 2.09 | 0.34 | - |
| YUV | 37.12 | 108.75 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 3 | 0 | 0.61 | 0.96 | 0.73 | 21.49 | 0.92 | 0.14 |
| Hex | 46 | 1B | 3 | 0 | 3D | 60 | 49 | 15 | 5C | E |
| Octal | 106 | 33 | 3 | 0 | 75 | 140 | 111 | 25 | 134 | 16 |
| Binary | 1000110 | 11011 | 11 | 0 | 111101 | 1100000 | 1001001 | 10101 | 1011100 | 1110 |
Color Harmonies of #461B03
Complementary color
Monochromatic Colors of #461B03
Black with #461B03
Text Example
Text Example
White with #461B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B03; }
p { color: rgb(70,27,3); }
H1.HeaderClassName
{
color: #461B03;
}
.AnyTagClassName
{
color: #461B03;
}
</style>
background-color css
<style>
a { background-color: #461B03; }
a { background-color: rgb(70,27,3); }
div.DivClassName
{
background-color: #461B03;
}
.BgClassName
{
background-color: #461B03;
}
</style>
border-color css
<style>
span { border-color: #461B03; }
span { border-color: rgb(70,27,3); }
td.TdClassName
{
border-color: #461B03;
}
.TagClassName
{
border-color: #461B03;
}
</style>