Shades of Brown Pod #461B16
Tints of Brown Pod #461B16
RGB
CMYK
RGB Variations
Color information
#461B16 (or 0x461B16) is known color: Brown Pod. HEX triplet: 46, 1B and 16. RGB value is (70,27,22). Sum of RGB (Red+Green+Blue) = 70+27+22=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #461B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B16 is #B9E4E9. Grayscale: #272727. Windows color (decimal): -12182762 or 1448774. OLE color: 1448774.
HSL color Cylindrical-coordinate representation of color #461B16: hue angle of 6.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461B16 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 27 | 22 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.73 |
| HSL | 6.25º | 0.52% | 0.18% | - |
| HSV(B) | 6.25º | 0.69% | 0.27% | - |
| XYZ | 3.06 | 2.14 | 1.01 | - |
| YUV | 39.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 22 | 0 | 0.61 | 0.69 | 0.73 | 6.25 | 0.52 | 0.18 |
| Hex | 46 | 1B | 16 | 0 | 3D | 45 | 49 | 6 | 34 | 12 |
| Octal | 106 | 33 | 26 | 0 | 75 | 105 | 111 | 6 | 64 | 22 |
| Binary | 1000110 | 11011 | 10110 | 0 | 111101 | 1000101 | 1001001 | 110 | 110100 | 10010 |
Color Harmonies of #461B16
Complementary color
Monochromatic Colors of #461B16
Black with #461B16
Text Example
Text Example
White with #461B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B16; }
p { color: rgb(70,27,22); }
H1.HeaderClassName
{
color: #461B16;
}
.AnyTagClassName
{
color: #461B16;
}
</style>
background-color css
<style>
a { background-color: #461B16; }
a { background-color: rgb(70,27,22); }
div.DivClassName
{
background-color: #461B16;
}
.BgClassName
{
background-color: #461B16;
}
</style>
border-color css
<style>
span { border-color: #461B16; }
span { border-color: rgb(70,27,22); }
td.TdClassName
{
border-color: #461B16;
}
.TagClassName
{
border-color: #461B16;
}
</style>