Shades of Brown Pod #402108
Tints of Brown Pod #402108
RGB
CMYK
RGB Variations
Color information
#402108 (or 0x402108) is known color: Brown Pod. HEX triplet: 40, 21 and 08. RGB value is (64,33,8). Sum of RGB (Red+Green+Blue) = 64+33+8=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #402108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402108 is #BFDEF7. Grayscale: #272727. Windows color (decimal): -12574456 or 532800. OLE color: 532800.
HSL color Cylindrical-coordinate representation of color #402108: hue angle of 26.79º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #402108 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 33 | 8 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.75 |
| HSL | 26.79º | 0.78% | 0.14% | - |
| HSV(B) | 26.79º | 0.88% | 0.25% | - |
| XYZ | 2.7 | 2.2 | 0.51 | - |
| YUV | 39.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 8 | 0 | 0.48 | 0.87 | 0.75 | 26.79 | 0.78 | 0.14 |
| Hex | 40 | 21 | 8 | 0 | 30 | 57 | 4B | 1B | 4E | E |
| Octal | 100 | 41 | 10 | 0 | 60 | 127 | 113 | 33 | 116 | 16 |
| Binary | 1000000 | 100001 | 1000 | 0 | 110000 | 1010111 | 1001011 | 11011 | 1001110 | 1110 |
Color Harmonies of #402108
Complementary color
Monochromatic Colors of #402108
Black with #402108
Text Example
Text Example
White with #402108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402108; }
p { color: rgb(64,33,8); }
H1.HeaderClassName
{
color: #402108;
}
.AnyTagClassName
{
color: #402108;
}
</style>
background-color css
<style>
a { background-color: #402108; }
a { background-color: rgb(64,33,8); }
div.DivClassName
{
background-color: #402108;
}
.BgClassName
{
background-color: #402108;
}
</style>
border-color css
<style>
span { border-color: #402108; }
span { border-color: rgb(64,33,8); }
td.TdClassName
{
border-color: #402108;
}
.TagClassName
{
border-color: #402108;
}
</style>