Shades of Brown Pod #401F02
Tints of Brown Pod #401F02
RGB
CMYK
RGB Variations
Color information
#401F02 (or 0x401F02) is known color: Brown Pod. HEX triplet: 40, 1F and 02. RGB value is (64,31,2). Sum of RGB (Red+Green+Blue) = 64+31+2=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #401F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F02 is #BFE0FD. Grayscale: #252525. Windows color (decimal): -12574974 or 139072. OLE color: 139072.
HSL color Cylindrical-coordinate representation of color #401F02: hue angle of 28.06º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #401F02 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 31 | 2 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.75 |
| HSL | 28.06º | 0.94% | 0.13% | - |
| HSV(B) | 28.06º | 0.97% | 0.25% | - |
| XYZ | 2.62 | 2.07 | 0.32 | - |
| YUV | 37.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 2 | 0 | 0.52 | 0.97 | 0.75 | 28.06 | 0.94 | 0.13 |
| Hex | 40 | 1F | 2 | 0 | 34 | 61 | 4B | 1C | 5E | D |
| Octal | 100 | 37 | 2 | 0 | 64 | 141 | 113 | 34 | 136 | 15 |
| Binary | 1000000 | 11111 | 10 | 0 | 110100 | 1100001 | 1001011 | 11100 | 1011110 | 1101 |
Color Harmonies of #401F02
Complementary color
Monochromatic Colors of #401F02
Black with #401F02
Text Example
Text Example
White with #401F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F02; }
p { color: rgb(64,31,2); }
H1.HeaderClassName
{
color: #401F02;
}
.AnyTagClassName
{
color: #401F02;
}
</style>
background-color css
<style>
a { background-color: #401F02; }
a { background-color: rgb(64,31,2); }
div.DivClassName
{
background-color: #401F02;
}
.BgClassName
{
background-color: #401F02;
}
</style>
border-color css
<style>
span { border-color: #401F02; }
span { border-color: rgb(64,31,2); }
td.TdClassName
{
border-color: #401F02;
}
.TagClassName
{
border-color: #401F02;
}
</style>