Shades of Brown Pod #461A0D
Tints of Brown Pod #461A0D
RGB
CMYK
RGB Variations
Color information
#461A0D (or 0x461A0D) is known color: Brown Pod. HEX triplet: 46, 1A and 0D. RGB value is (70,26,13). Sum of RGB (Red+Green+Blue) = 70+26+13=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461A0D is #B9E5F2. Grayscale: #252525. Windows color (decimal): -12183027 or 858694. OLE color: 858694.
HSL color Cylindrical-coordinate representation of color #461A0D: hue angle of 13.68º 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 #461A0D is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 13 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.73 |
| HSL | 13.68º | 0.69% | 0.16% | - |
| HSV(B) | 13.68º | 0.81% | 0.27% | - |
| XYZ | 2.97 | 2.07 | 0.62 | - |
| YUV | 37.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 13 | 0 | 0.63 | 0.81 | 0.73 | 13.68 | 0.69 | 0.16 |
| Hex | 46 | 1A | D | 0 | 3F | 51 | 49 | E | 45 | 10 |
| Octal | 106 | 32 | 15 | 0 | 77 | 121 | 111 | 16 | 105 | 20 |
| Binary | 1000110 | 11010 | 1101 | 0 | 111111 | 1010001 | 1001001 | 1110 | 1000101 | 10000 |
Color Harmonies of #461A0D
Complementary color
Monochromatic Colors of #461A0D
Black with #461A0D
Text Example
Text Example
White with #461A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A0D; }
p { color: rgb(70,26,13); }
H1.HeaderClassName
{
color: #461A0D;
}
.AnyTagClassName
{
color: #461A0D;
}
</style>
background-color css
<style>
a { background-color: #461A0D; }
a { background-color: rgb(70,26,13); }
div.DivClassName
{
background-color: #461A0D;
}
.BgClassName
{
background-color: #461A0D;
}
</style>
border-color css
<style>
span { border-color: #461A0D; }
span { border-color: rgb(70,26,13); }
td.TdClassName
{
border-color: #461A0D;
}
.TagClassName
{
border-color: #461A0D;
}
</style>