Shades of Brown Pod #401709
Tints of Brown Pod #401709
RGB
CMYK
RGB Variations
Color information
#401709 (or 0x401709) is known color: Brown Pod. HEX triplet: 40, 17 and 09. RGB value is (64,23,9). Sum of RGB (Red+Green+Blue) = 64+23+9=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #401709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401709 is #BFE8F6. Grayscale: #212121. Windows color (decimal): -12577015 or 595776. OLE color: 595776.
HSL color Cylindrical-coordinate representation of color #401709: hue angle of 15.27º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401709 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 23 | 9 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.75 |
| HSL | 15.27º | 0.75% | 0.14% | - |
| HSV(B) | 15.27º | 0.86% | 0.25% | - |
| XYZ | 2.47 | 1.72 | 0.46 | - |
| YUV | 33.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 9 | 0 | 0.64 | 0.86 | 0.75 | 15.27 | 0.75 | 0.14 |
| Hex | 40 | 17 | 9 | 0 | 40 | 56 | 4B | F | 4B | E |
| Octal | 100 | 27 | 11 | 0 | 100 | 126 | 113 | 17 | 113 | 16 |
| Binary | 1000000 | 10111 | 1001 | 0 | 1000000 | 1010110 | 1001011 | 1111 | 1001011 | 1110 |
Color Harmonies of #401709
Complementary color
Monochromatic Colors of #401709
Black with #401709
Text Example
Text Example
White with #401709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401709; }
p { color: rgb(64,23,9); }
H1.HeaderClassName
{
color: #401709;
}
.AnyTagClassName
{
color: #401709;
}
</style>
background-color css
<style>
a { background-color: #401709; }
a { background-color: rgb(64,23,9); }
div.DivClassName
{
background-color: #401709;
}
.BgClassName
{
background-color: #401709;
}
</style>
border-color css
<style>
span { border-color: #401709; }
span { border-color: rgb(64,23,9); }
td.TdClassName
{
border-color: #401709;
}
.TagClassName
{
border-color: #401709;
}
</style>