Shades of Brown Pod #461F1C
Tints of Brown Pod #461F1C
RGB
CMYK
RGB Variations
Color information
#461F1C (or 0x461F1C) is known color: Brown Pod. HEX triplet: 46, 1F and 1C. RGB value is (70,31,28). Sum of RGB (Red+Green+Blue) = 70+31+28=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #461F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F1C is #B9E0E3. Grayscale: #2A2A2A. Windows color (decimal): -12181732 or 1843014. OLE color: 1843014.
HSL color Cylindrical-coordinate representation of color #461F1C: hue angle of 4.29º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461F1C is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 31 | 28 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.73 |
| HSL | 4.29º | 0.43% | 0.19% | - |
| HSV(B) | 4.29º | 0.6% | 0.27% | - |
| XYZ | 3.23 | 2.37 | 1.39 | - |
| YUV | 42.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 28 | 0 | 0.56 | 0.60 | 0.73 | 4.29 | 0.43 | 0.19 |
| Hex | 46 | 1F | 1C | 0 | 38 | 3C | 49 | 4 | 2B | 13 |
| Octal | 106 | 37 | 34 | 0 | 70 | 74 | 111 | 4 | 53 | 23 |
| Binary | 1000110 | 11111 | 11100 | 0 | 111000 | 111100 | 1001001 | 100 | 101011 | 10011 |
Color Harmonies of #461F1C
Complementary color
Monochromatic Colors of #461F1C
Black with #461F1C
Text Example
Text Example
White with #461F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F1C; }
p { color: rgb(70,31,28); }
H1.HeaderClassName
{
color: #461F1C;
}
.AnyTagClassName
{
color: #461F1C;
}
</style>
background-color css
<style>
a { background-color: #461F1C; }
a { background-color: rgb(70,31,28); }
div.DivClassName
{
background-color: #461F1C;
}
.BgClassName
{
background-color: #461F1C;
}
</style>
border-color css
<style>
span { border-color: #461F1C; }
span { border-color: rgb(70,31,28); }
td.TdClassName
{
border-color: #461F1C;
}
.TagClassName
{
border-color: #461F1C;
}
</style>