Shades of Brown Pod #401802
Tints of Brown Pod #401802
RGB
CMYK
RGB Variations
Color information
#401802 (or 0x401802) is known color: Brown Pod. HEX triplet: 40, 18 and 02. RGB value is (64,24,2). Sum of RGB (Red+Green+Blue) = 64+24+2=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #401802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401802 is #BFE7FD. Grayscale: #212121. Windows color (decimal): -12576766 or 137280. OLE color: 137280.
HSL color Cylindrical-coordinate representation of color #401802: hue angle of 21.29º 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 #401802 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 24 | 2 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.75 |
| HSL | 21.29º | 0.94% | 0.13% | - |
| HSV(B) | 21.29º | 0.97% | 0.25% | - |
| XYZ | 2.45 | 1.75 | 0.27 | - |
| YUV | 33.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 2 | 0 | 0.62 | 0.97 | 0.75 | 21.29 | 0.94 | 0.13 |
| Hex | 40 | 18 | 2 | 0 | 3E | 61 | 4B | 15 | 5E | D |
| Octal | 100 | 30 | 2 | 0 | 76 | 141 | 113 | 25 | 136 | 15 |
| Binary | 1000000 | 11000 | 10 | 0 | 111110 | 1100001 | 1001011 | 10101 | 1011110 | 1101 |
Color Harmonies of #401802
Complementary color
Monochromatic Colors of #401802
Black with #401802
Text Example
Text Example
White with #401802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401802; }
p { color: rgb(64,24,2); }
H1.HeaderClassName
{
color: #401802;
}
.AnyTagClassName
{
color: #401802;
}
</style>
background-color css
<style>
a { background-color: #401802; }
a { background-color: rgb(64,24,2); }
div.DivClassName
{
background-color: #401802;
}
.BgClassName
{
background-color: #401802;
}
</style>
border-color css
<style>
span { border-color: #401802; }
span { border-color: rgb(64,24,2); }
td.TdClassName
{
border-color: #401802;
}
.TagClassName
{
border-color: #401802;
}
</style>