Shades of Brown Pod #461F1B
Tints of Brown Pod #461F1B
RGB
CMYK
RGB Variations
Color information
#461F1B (or 0x461F1B) is known color: Brown Pod. HEX triplet: 46, 1F and 1B. RGB value is (70,31,27). Sum of RGB (Red+Green+Blue) = 70+31+27=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F1B is #B9E0E4. Grayscale: #2A2A2A. Windows color (decimal): -12181733 or 1777478. OLE color: 1777478.
HSL color Cylindrical-coordinate representation of color #461F1B: hue angle of 5.58º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #461F1B is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 31 | 27 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.73 |
| HSL | 5.58º | 0.44% | 0.19% | - |
| HSV(B) | 5.58º | 0.61% | 0.27% | - |
| XYZ | 3.21 | 2.36 | 1.32 | - |
| YUV | 42.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 27 | 0 | 0.56 | 0.61 | 0.73 | 5.58 | 0.44 | 0.19 |
| Hex | 46 | 1F | 1B | 0 | 38 | 3D | 49 | 6 | 2C | 13 |
| Octal | 106 | 37 | 33 | 0 | 70 | 75 | 111 | 6 | 54 | 23 |
| Binary | 1000110 | 11111 | 11011 | 0 | 111000 | 111101 | 1001001 | 110 | 101100 | 10011 |
Color Harmonies of #461F1B
Complementary color
Monochromatic Colors of #461F1B
Black with #461F1B
Text Example
Text Example
White with #461F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F1B; }
p { color: rgb(70,31,27); }
H1.HeaderClassName
{
color: #461F1B;
}
.AnyTagClassName
{
color: #461F1B;
}
</style>
background-color css
<style>
a { background-color: #461F1B; }
a { background-color: rgb(70,31,27); }
div.DivClassName
{
background-color: #461F1B;
}
.BgClassName
{
background-color: #461F1B;
}
</style>
border-color css
<style>
span { border-color: #461F1B; }
span { border-color: rgb(70,31,27); }
td.TdClassName
{
border-color: #461F1B;
}
.TagClassName
{
border-color: #461F1B;
}
</style>