Shades of Brown Pod #461F05
Tints of Brown Pod #461F05
RGB
CMYK
RGB Variations
Color information
#461F05 (or 0x461F05) is known color: Brown Pod. HEX triplet: 46, 1F and 05. RGB value is (70,31,5). Sum of RGB (Red+Green+Blue) = 70+31+5=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #461F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461F05 is #B9E0FA. Grayscale: #272727. Windows color (decimal): -12181755 or 335686. OLE color: 335686.
HSL color Cylindrical-coordinate representation of color #461F05: hue angle of 24º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #461F05 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 31 | 5 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.73 |
| HSL | 24º | 0.87% | 0.15% | - |
| HSV(B) | 24º | 0.93% | 0.27% | - |
| XYZ | 3.04 | 2.29 | 0.43 | - |
| YUV | 39.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 5 | 0 | 0.56 | 0.93 | 0.73 | 24 | 0.87 | 0.15 |
| Hex | 46 | 1F | 5 | 0 | 38 | 5D | 49 | 18 | 57 | F |
| Octal | 106 | 37 | 5 | 0 | 70 | 135 | 111 | 30 | 127 | 17 |
| Binary | 1000110 | 11111 | 101 | 0 | 111000 | 1011101 | 1001001 | 11000 | 1010111 | 1111 |
Color Harmonies of #461F05
Complementary color
Monochromatic Colors of #461F05
Black with #461F05
Text Example
Text Example
White with #461F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F05; }
p { color: rgb(70,31,5); }
H1.HeaderClassName
{
color: #461F05;
}
.AnyTagClassName
{
color: #461F05;
}
</style>
background-color css
<style>
a { background-color: #461F05; }
a { background-color: rgb(70,31,5); }
div.DivClassName
{
background-color: #461F05;
}
.BgClassName
{
background-color: #461F05;
}
</style>
border-color css
<style>
span { border-color: #461F05; }
span { border-color: rgb(70,31,5); }
td.TdClassName
{
border-color: #461F05;
}
.TagClassName
{
border-color: #461F05;
}
</style>