Shades of Brown Pod #461B17
Tints of Brown Pod #461B17
RGB
CMYK
RGB Variations
Color information
#461B17 (or 0x461B17) is known color: Brown Pod. HEX triplet: 46, 1B and 17. RGB value is (70,27,23). Sum of RGB (Red+Green+Blue) = 70+27+23=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #461B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B17 is #B9E4E8. Grayscale: #272727. Windows color (decimal): -12182761 or 1514310. OLE color: 1514310.
HSL color Cylindrical-coordinate representation of color #461B17: hue angle of 5.11º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461B17 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 27 | 23 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.73 |
| HSL | 5.11º | 0.51% | 0.18% | - |
| HSV(B) | 5.11º | 0.67% | 0.27% | - |
| XYZ | 3.07 | 2.15 | 1.06 | - |
| YUV | 39.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 23 | 0 | 0.61 | 0.67 | 0.73 | 5.11 | 0.51 | 0.18 |
| Hex | 46 | 1B | 17 | 0 | 3D | 43 | 49 | 5 | 33 | 12 |
| Octal | 106 | 33 | 27 | 0 | 75 | 103 | 111 | 5 | 63 | 22 |
| Binary | 1000110 | 11011 | 10111 | 0 | 111101 | 1000011 | 1001001 | 101 | 110011 | 10010 |
Color Harmonies of #461B17
Complementary color
Monochromatic Colors of #461B17
Black with #461B17
Text Example
Text Example
White with #461B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B17; }
p { color: rgb(70,27,23); }
H1.HeaderClassName
{
color: #461B17;
}
.AnyTagClassName
{
color: #461B17;
}
</style>
background-color css
<style>
a { background-color: #461B17; }
a { background-color: rgb(70,27,23); }
div.DivClassName
{
background-color: #461B17;
}
.BgClassName
{
background-color: #461B17;
}
</style>
border-color css
<style>
span { border-color: #461B17; }
span { border-color: rgb(70,27,23); }
td.TdClassName
{
border-color: #461B17;
}
.TagClassName
{
border-color: #461B17;
}
</style>