Shades of Brown Pod #401B08
Tints of Brown Pod #401B08
RGB
CMYK
RGB Variations
Color information
#401B08 (or 0x401B08) is known color: Brown Pod. HEX triplet: 40, 1B and 08. RGB value is (64,27,8). Sum of RGB (Red+Green+Blue) = 64+27+8=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #401B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B08 is #BFE4F7. Grayscale: #242424. Windows color (decimal): -12575992 or 531264. OLE color: 531264.
HSL color Cylindrical-coordinate representation of color #401B08: hue angle of 20.36º 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 #401B08 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 27 | 8 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.75 |
| HSL | 20.36º | 0.78% | 0.14% | - |
| HSV(B) | 20.36º | 0.88% | 0.25% | - |
| XYZ | 2.55 | 1.89 | 0.46 | - |
| YUV | 35.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 8 | 0 | 0.58 | 0.87 | 0.75 | 20.36 | 0.78 | 0.14 |
| Hex | 40 | 1B | 8 | 0 | 3A | 57 | 4B | 14 | 4E | E |
| Octal | 100 | 33 | 10 | 0 | 72 | 127 | 113 | 24 | 116 | 16 |
| Binary | 1000000 | 11011 | 1000 | 0 | 111010 | 1010111 | 1001011 | 10100 | 1001110 | 1110 |
Color Harmonies of #401B08
Complementary color
Monochromatic Colors of #401B08
Black with #401B08
Text Example
Text Example
White with #401B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B08; }
p { color: rgb(64,27,8); }
H1.HeaderClassName
{
color: #401B08;
}
.AnyTagClassName
{
color: #401B08;
}
</style>
background-color css
<style>
a { background-color: #401B08; }
a { background-color: rgb(64,27,8); }
div.DivClassName
{
background-color: #401B08;
}
.BgClassName
{
background-color: #401B08;
}
</style>
border-color css
<style>
span { border-color: #401B08; }
span { border-color: rgb(64,27,8); }
td.TdClassName
{
border-color: #401B08;
}
.TagClassName
{
border-color: #401B08;
}
</style>