Shades of Brown Pod #402002
Tints of Brown Pod #402002
RGB
CMYK
RGB Variations
Color information
#402002 (or 0x402002) is known color: Brown Pod. HEX triplet: 40, 20 and 02. RGB value is (64,32,2). Sum of RGB (Red+Green+Blue) = 64+32+2=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #402002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402002 is #BFDFFD. Grayscale: #262626. Windows color (decimal): -12574718 or 139328. OLE color: 139328.
HSL color Cylindrical-coordinate representation of color #402002: hue angle of 29.03º 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 #402002 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 32 | 2 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.75 |
| HSL | 29.03º | 0.94% | 0.13% | - |
| HSV(B) | 29.03º | 0.97% | 0.25% | - |
| XYZ | 2.64 | 2.13 | 0.33 | - |
| YUV | 38.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 2 | 0 | 0.50 | 0.97 | 0.75 | 29.03 | 0.94 | 0.13 |
| Hex | 40 | 20 | 2 | 0 | 32 | 61 | 4B | 1D | 5E | D |
| Octal | 100 | 40 | 2 | 0 | 62 | 141 | 113 | 35 | 136 | 15 |
| Binary | 1000000 | 100000 | 10 | 0 | 110010 | 1100001 | 1001011 | 11101 | 1011110 | 1101 |
Color Harmonies of #402002
Complementary color
Monochromatic Colors of #402002
Black with #402002
Text Example
Text Example
White with #402002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402002; }
p { color: rgb(64,32,2); }
H1.HeaderClassName
{
color: #402002;
}
.AnyTagClassName
{
color: #402002;
}
</style>
background-color css
<style>
a { background-color: #402002; }
a { background-color: rgb(64,32,2); }
div.DivClassName
{
background-color: #402002;
}
.BgClassName
{
background-color: #402002;
}
</style>
border-color css
<style>
span { border-color: #402002; }
span { border-color: rgb(64,32,2); }
td.TdClassName
{
border-color: #402002;
}
.TagClassName
{
border-color: #402002;
}
</style>