Shades of Brown Pod #401402
Tints of Brown Pod #401402
RGB
CMYK
RGB Variations
Color information
#401402 (or 0x401402) is known color: Brown Pod. HEX triplet: 40, 14 and 02. RGB value is (64,20,2). Sum of RGB (Red+Green+Blue) = 64+20+2=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #401402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401402 is #BFEBFD. Grayscale: #1F1F1F. Windows color (decimal): -12577790 or 136256. OLE color: 136256.
HSL color Cylindrical-coordinate representation of color #401402: hue angle of 17.42º 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 #401402 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 20 | 2 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.75 |
| HSL | 17.42º | 0.94% | 0.13% | - |
| HSV(B) | 17.42º | 0.97% | 0.25% | - |
| XYZ | 2.38 | 1.59 | 0.24 | - |
| YUV | 31.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 2 | 0 | 0.69 | 0.97 | 0.75 | 17.42 | 0.94 | 0.13 |
| Hex | 40 | 14 | 2 | 0 | 45 | 61 | 4B | 11 | 5E | D |
| Octal | 100 | 24 | 2 | 0 | 105 | 141 | 113 | 21 | 136 | 15 |
| Binary | 1000000 | 10100 | 10 | 0 | 1000101 | 1100001 | 1001011 | 10001 | 1011110 | 1101 |
Color Harmonies of #401402
Complementary color
Monochromatic Colors of #401402
Black with #401402
Text Example
Text Example
White with #401402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401402; }
p { color: rgb(64,20,2); }
H1.HeaderClassName
{
color: #401402;
}
.AnyTagClassName
{
color: #401402;
}
</style>
background-color css
<style>
a { background-color: #401402; }
a { background-color: rgb(64,20,2); }
div.DivClassName
{
background-color: #401402;
}
.BgClassName
{
background-color: #401402;
}
</style>
border-color css
<style>
span { border-color: #401402; }
span { border-color: rgb(64,20,2); }
td.TdClassName
{
border-color: #401402;
}
.TagClassName
{
border-color: #401402;
}
</style>