Shades of Brown Pod #40170B
Tints of Brown Pod #40170B
RGB
CMYK
RGB Variations
Color information
#40170B (or 0x40170B) is known color: Brown Pod. HEX triplet: 40, 17 and 0B. RGB value is (64,23,11). Sum of RGB (Red+Green+Blue) = 64+23+11=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #40170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40170B is #BFE8F4. Grayscale: #212121. Windows color (decimal): -12577013 or 726848. OLE color: 726848.
HSL color Cylindrical-coordinate representation of color #40170B: hue angle of 13.58º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40170B is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 23 | 11 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.75 |
| HSL | 13.58º | 0.71% | 0.15% | - |
| HSV(B) | 13.58º | 0.83% | 0.25% | - |
| XYZ | 2.48 | 1.73 | 0.52 | - |
| YUV | 33.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 11 | 0 | 0.64 | 0.83 | 0.75 | 13.58 | 0.71 | 0.15 |
| Hex | 40 | 17 | B | 0 | 40 | 53 | 4B | E | 47 | F |
| Octal | 100 | 27 | 13 | 0 | 100 | 123 | 113 | 16 | 107 | 17 |
| Binary | 1000000 | 10111 | 1011 | 0 | 1000000 | 1010011 | 1001011 | 1110 | 1000111 | 1111 |
Color Harmonies of #40170B
Complementary color
Monochromatic Colors of #40170B
Black with #40170B
Text Example
Text Example
White with #40170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40170B; }
p { color: rgb(64,23,11); }
H1.HeaderClassName
{
color: #40170B;
}
.AnyTagClassName
{
color: #40170B;
}
</style>
background-color css
<style>
a { background-color: #40170B; }
a { background-color: rgb(64,23,11); }
div.DivClassName
{
background-color: #40170B;
}
.BgClassName
{
background-color: #40170B;
}
</style>
border-color css
<style>
span { border-color: #40170B; }
span { border-color: rgb(64,23,11); }
td.TdClassName
{
border-color: #40170B;
}
.TagClassName
{
border-color: #40170B;
}
</style>