Shades of Brown Pod #461D03
Tints of Brown Pod #461D03
RGB
CMYK
RGB Variations
Color information
#461D03 (or 0x461D03) is known color: Brown Pod. HEX triplet: 46, 1D and 03. RGB value is (70,29,3). Sum of RGB (Red+Green+Blue) = 70+29+3=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #461D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D03 is #B9E2FC. Grayscale: #262626. Windows color (decimal): -12182269 or 204102. OLE color: 204102.
HSL color Cylindrical-coordinate representation of color #461D03: hue angle of 23.28º 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 #461D03 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 29 | 3 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.73 |
| HSL | 23.28º | 0.92% | 0.14% | - |
| HSV(B) | 23.28º | 0.96% | 0.27% | - |
| XYZ | 2.98 | 2.19 | 0.35 | - |
| YUV | 38.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 3 | 0 | 0.59 | 0.96 | 0.73 | 23.28 | 0.92 | 0.14 |
| Hex | 46 | 1D | 3 | 0 | 3B | 60 | 49 | 17 | 5C | E |
| Octal | 106 | 35 | 3 | 0 | 73 | 140 | 111 | 27 | 134 | 16 |
| Binary | 1000110 | 11101 | 11 | 0 | 111011 | 1100000 | 1001001 | 10111 | 1011100 | 1110 |
Color Harmonies of #461D03
Complementary color
Monochromatic Colors of #461D03
Black with #461D03
Text Example
Text Example
White with #461D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D03; }
p { color: rgb(70,29,3); }
H1.HeaderClassName
{
color: #461D03;
}
.AnyTagClassName
{
color: #461D03;
}
</style>
background-color css
<style>
a { background-color: #461D03; }
a { background-color: rgb(70,29,3); }
div.DivClassName
{
background-color: #461D03;
}
.BgClassName
{
background-color: #461D03;
}
</style>
border-color css
<style>
span { border-color: #461D03; }
span { border-color: rgb(70,29,3); }
td.TdClassName
{
border-color: #461D03;
}
.TagClassName
{
border-color: #461D03;
}
</style>