Shades of Brown Pod #46271F
Tints of Brown Pod #46271F
RGB
CMYK
RGB Variations
Color information
#46271F (or 0x46271F) is known color: Brown Pod. HEX triplet: 46, 27 and 1F. RGB value is (70,39,31). Sum of RGB (Red+Green+Blue) = 70+39+31=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #46271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46271F is #B9D8E0. Grayscale: #2F2F2F. Windows color (decimal): -12179681 or 2041670. OLE color: 2041670.
HSL color Cylindrical-coordinate representation of color #46271F: hue angle of 12.31º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46271F is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 39 | 31 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.73 |
| HSL | 12.31º | 0.39% | 0.2% | - |
| HSV(B) | 12.31º | 0.56% | 0.27% | - |
| XYZ | 3.5 | 2.85 | 1.66 | - |
| YUV | 47.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 31 | 0 | 0.44 | 0.56 | 0.73 | 12.31 | 0.39 | 0.2 |
| Hex | 46 | 27 | 1F | 0 | 2C | 38 | 49 | C | 27 | 14 |
| Octal | 106 | 47 | 37 | 0 | 54 | 70 | 111 | 14 | 47 | 24 |
| Binary | 1000110 | 100111 | 11111 | 0 | 101100 | 111000 | 1001001 | 1100 | 100111 | 10100 |
Color Harmonies of #46271F
Complementary color
Monochromatic Colors of #46271F
Black with #46271F
Text Example
Text Example
White with #46271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46271F; }
p { color: rgb(70,39,31); }
H1.HeaderClassName
{
color: #46271F;
}
.AnyTagClassName
{
color: #46271F;
}
</style>
background-color css
<style>
a { background-color: #46271F; }
a { background-color: rgb(70,39,31); }
div.DivClassName
{
background-color: #46271F;
}
.BgClassName
{
background-color: #46271F;
}
</style>
border-color css
<style>
span { border-color: #46271F; }
span { border-color: rgb(70,39,31); }
td.TdClassName
{
border-color: #46271F;
}
.TagClassName
{
border-color: #46271F;
}
</style>