Shades of Brown Pod #461B0D
Tints of Brown Pod #461B0D
RGB
CMYK
RGB Variations
Color information
#461B0D (or 0x461B0D) is known color: Brown Pod. HEX triplet: 46, 1B and 0D. RGB value is (70,27,13). Sum of RGB (Red+Green+Blue) = 70+27+13=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #461B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B0D is #B9E4F2. Grayscale: #262626. Windows color (decimal): -12182771 or 858950. OLE color: 858950.
HSL color Cylindrical-coordinate representation of color #461B0D: hue angle of 14.74º 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 #461B0D is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 27 | 13 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.73 |
| HSL | 14.74º | 0.69% | 0.16% | - |
| HSV(B) | 14.74º | 0.81% | 0.27% | - |
| XYZ | 2.99 | 2.12 | 0.63 | - |
| YUV | 38.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 13 | 0 | 0.61 | 0.81 | 0.73 | 14.74 | 0.69 | 0.16 |
| Hex | 46 | 1B | D | 0 | 3D | 51 | 49 | F | 45 | 10 |
| Octal | 106 | 33 | 15 | 0 | 75 | 121 | 111 | 17 | 105 | 20 |
| Binary | 1000110 | 11011 | 1101 | 0 | 111101 | 1010001 | 1001001 | 1111 | 1000101 | 10000 |
Color Harmonies of #461B0D
Complementary color
Monochromatic Colors of #461B0D
Black with #461B0D
Text Example
Text Example
White with #461B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B0D; }
p { color: rgb(70,27,13); }
H1.HeaderClassName
{
color: #461B0D;
}
.AnyTagClassName
{
color: #461B0D;
}
</style>
background-color css
<style>
a { background-color: #461B0D; }
a { background-color: rgb(70,27,13); }
div.DivClassName
{
background-color: #461B0D;
}
.BgClassName
{
background-color: #461B0D;
}
</style>
border-color css
<style>
span { border-color: #461B0D; }
span { border-color: rgb(70,27,13); }
td.TdClassName
{
border-color: #461B0D;
}
.TagClassName
{
border-color: #461B0D;
}
</style>