Shades of Brown Pod #461C0B
Tints of Brown Pod #461C0B
RGB
CMYK
RGB Variations
Color information
#461C0B (or 0x461C0B) is known color: Brown Pod. HEX triplet: 46, 1C and 0B. RGB value is (70,28,11). Sum of RGB (Red+Green+Blue) = 70+28+11=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C0B is #B9E3F4. Grayscale: #262626. Windows color (decimal): -12182517 or 728134. OLE color: 728134.
HSL color Cylindrical-coordinate representation of color #461C0B: hue angle of 17.29º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461C0B is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 28 | 11 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.73 |
| HSL | 17.29º | 0.73% | 0.16% | - |
| HSV(B) | 17.29º | 0.84% | 0.27% | - |
| XYZ | 3 | 2.16 | 0.57 | - |
| YUV | 38.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 11 | 0 | 0.60 | 0.84 | 0.73 | 17.29 | 0.73 | 0.16 |
| Hex | 46 | 1C | B | 0 | 3C | 54 | 49 | 11 | 49 | 10 |
| Octal | 106 | 34 | 13 | 0 | 74 | 124 | 111 | 21 | 111 | 20 |
| Binary | 1000110 | 11100 | 1011 | 0 | 111100 | 1010100 | 1001001 | 10001 | 1001001 | 10000 |
Color Harmonies of #461C0B
Complementary color
Monochromatic Colors of #461C0B
Black with #461C0B
Text Example
Text Example
White with #461C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C0B; }
p { color: rgb(70,28,11); }
H1.HeaderClassName
{
color: #461C0B;
}
.AnyTagClassName
{
color: #461C0B;
}
</style>
background-color css
<style>
a { background-color: #461C0B; }
a { background-color: rgb(70,28,11); }
div.DivClassName
{
background-color: #461C0B;
}
.BgClassName
{
background-color: #461C0B;
}
</style>
border-color css
<style>
span { border-color: #461C0B; }
span { border-color: rgb(70,28,11); }
td.TdClassName
{
border-color: #461C0B;
}
.TagClassName
{
border-color: #461C0B;
}
</style>