Shades of Brown Pod #461C0D
Tints of Brown Pod #461C0D
RGB
CMYK
RGB Variations
Color information
#461C0D (or 0x461C0D) is known color: Brown Pod. HEX triplet: 46, 1C and 0D. RGB value is (70,28,13). Sum of RGB (Red+Green+Blue) = 70+28+13=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #461C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C0D is #B9E3F2. Grayscale: #262626. Windows color (decimal): -12182515 or 859206. OLE color: 859206.
HSL color Cylindrical-coordinate representation of color #461C0D: hue angle of 15.79º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461C0D is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 28 | 13 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.73 |
| HSL | 15.79º | 0.69% | 0.16% | - |
| HSV(B) | 15.79º | 0.81% | 0.27% | - |
| XYZ | 3.01 | 2.16 | 0.64 | - |
| YUV | 38.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 13 | 0 | 0.60 | 0.81 | 0.73 | 15.79 | 0.69 | 0.16 |
| Hex | 46 | 1C | D | 0 | 3C | 51 | 49 | 10 | 45 | 10 |
| Octal | 106 | 34 | 15 | 0 | 74 | 121 | 111 | 20 | 105 | 20 |
| Binary | 1000110 | 11100 | 1101 | 0 | 111100 | 1010001 | 1001001 | 10000 | 1000101 | 10000 |
Color Harmonies of #461C0D
Complementary color
Monochromatic Colors of #461C0D
Black with #461C0D
Text Example
Text Example
White with #461C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C0D; }
p { color: rgb(70,28,13); }
H1.HeaderClassName
{
color: #461C0D;
}
.AnyTagClassName
{
color: #461C0D;
}
</style>
background-color css
<style>
a { background-color: #461C0D; }
a { background-color: rgb(70,28,13); }
div.DivClassName
{
background-color: #461C0D;
}
.BgClassName
{
background-color: #461C0D;
}
</style>
border-color css
<style>
span { border-color: #461C0D; }
span { border-color: rgb(70,28,13); }
td.TdClassName
{
border-color: #461C0D;
}
.TagClassName
{
border-color: #461C0D;
}
</style>