Shades of Brown Pod #401701
Tints of Brown Pod #401701
RGB
CMYK
RGB Variations
Color information
#401701 (or 0x401701) is known color: Brown Pod. HEX triplet: 40, 17 and 01. RGB value is (64,23,1). Sum of RGB (Red+Green+Blue) = 64+23+1=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #401701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401701 is #BFE8FE. Grayscale: #202020. Windows color (decimal): -12577023 or 71488. OLE color: 71488.
HSL color Cylindrical-coordinate representation of color #401701: hue angle of 20.95º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #401701 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 23 | 1 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.75 |
| HSL | 20.95º | 0.97% | 0.13% | - |
| HSV(B) | 20.95º | 0.98% | 0.25% | - |
| XYZ | 2.43 | 1.7 | 0.23 | - |
| YUV | 32.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 1 | 0 | 0.64 | 0.98 | 0.75 | 20.95 | 0.97 | 0.13 |
| Hex | 40 | 17 | 1 | 0 | 40 | 62 | 4B | 15 | 61 | D |
| Octal | 100 | 27 | 1 | 0 | 100 | 142 | 113 | 25 | 141 | 15 |
| Binary | 1000000 | 10111 | 1 | 0 | 1000000 | 1100010 | 1001011 | 10101 | 1100001 | 1101 |
Color Harmonies of #401701
Complementary color
Monochromatic Colors of #401701
Black with #401701
Text Example
Text Example
White with #401701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401701; }
p { color: rgb(64,23,1); }
H1.HeaderClassName
{
color: #401701;
}
.AnyTagClassName
{
color: #401701;
}
</style>
background-color css
<style>
a { background-color: #401701; }
a { background-color: rgb(64,23,1); }
div.DivClassName
{
background-color: #401701;
}
.BgClassName
{
background-color: #401701;
}
</style>
border-color css
<style>
span { border-color: #401701; }
span { border-color: rgb(64,23,1); }
td.TdClassName
{
border-color: #401701;
}
.TagClassName
{
border-color: #401701;
}
</style>