Shades of Brown Pod #401C00
Tints of Brown Pod #401C00
RGB
CMYK
RGB Variations
Color information
#401C00 (or 0x401C00) is known color: Brown Pod. HEX triplet: 40, 1C and 00. RGB value is (64,28,0). Sum of RGB (Red+Green+Blue) = 64+28+0=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #401C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C00 is #BFE3FF. Grayscale: #232323. Windows color (decimal): -12575744 or 7232. OLE color: 7232.
HSL color Cylindrical-coordinate representation of color #401C00: hue angle of 26.25º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #401C00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.75 |
| HSL | 26.25º | 1% | 0.13% | - |
| HSV(B) | 26.25º | 1% | 0.25% | - |
| XYZ | 2.53 | 1.92 | 0.24 | - |
| YUV | 35.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 0 | 0 | 0.56 | 1 | 0.75 | 26.25 | 1 | 0.13 |
| Hex | 40 | 1C | 0 | 0 | 38 | 64 | 4B | 1A | 64 | D |
| Octal | 100 | 34 | 0 | 0 | 70 | 144 | 113 | 32 | 144 | 15 |
| Binary | 1000000 | 11100 | 0 | 0 | 111000 | 1100100 | 1001011 | 11010 | 1100100 | 1101 |
Color Harmonies of #401C00
Complementary color
Monochromatic Colors of #401C00
Black with #401C00
Text Example
Text Example
White with #401C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C00; }
p { color: rgb(64,28,0); }
H1.HeaderClassName
{
color: #401C00;
}
.AnyTagClassName
{
color: #401C00;
}
</style>
background-color css
<style>
a { background-color: #401C00; }
a { background-color: rgb(64,28,0); }
div.DivClassName
{
background-color: #401C00;
}
.BgClassName
{
background-color: #401C00;
}
</style>
border-color css
<style>
span { border-color: #401C00; }
span { border-color: rgb(64,28,0); }
td.TdClassName
{
border-color: #401C00;
}
.TagClassName
{
border-color: #401C00;
}
</style>