Shades of Brown Pod #401704
Tints of Brown Pod #401704
RGB
CMYK
RGB Variations
Color information
#401704 (or 0x401704) is known color: Brown Pod. HEX triplet: 40, 17 and 04. RGB value is (64,23,4). Sum of RGB (Red+Green+Blue) = 64+23+4=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #401704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401704 is #BFE8FB. Grayscale: #212121. Windows color (decimal): -12577020 or 268096. OLE color: 268096.
HSL color Cylindrical-coordinate representation of color #401704: hue angle of 19º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #401704 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 23 | 4 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.75 |
| HSL | 19º | 0.88% | 0.13% | - |
| HSV(B) | 19º | 0.94% | 0.25% | - |
| XYZ | 2.44 | 1.71 | 0.32 | - |
| YUV | 33.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 4 | 0 | 0.64 | 0.94 | 0.75 | 19 | 0.88 | 0.13 |
| Hex | 40 | 17 | 4 | 0 | 40 | 5E | 4B | 13 | 58 | D |
| Octal | 100 | 27 | 4 | 0 | 100 | 136 | 113 | 23 | 130 | 15 |
| Binary | 1000000 | 10111 | 100 | 0 | 1000000 | 1011110 | 1001011 | 10011 | 1011000 | 1101 |
Color Harmonies of #401704
Complementary color
Monochromatic Colors of #401704
Black with #401704
Text Example
Text Example
White with #401704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401704; }
p { color: rgb(64,23,4); }
H1.HeaderClassName
{
color: #401704;
}
.AnyTagClassName
{
color: #401704;
}
</style>
background-color css
<style>
a { background-color: #401704; }
a { background-color: rgb(64,23,4); }
div.DivClassName
{
background-color: #401704;
}
.BgClassName
{
background-color: #401704;
}
</style>
border-color css
<style>
span { border-color: #401704; }
span { border-color: rgb(64,23,4); }
td.TdClassName
{
border-color: #401704;
}
.TagClassName
{
border-color: #401704;
}
</style>