Shades of Brown Pod #401B05
Tints of Brown Pod #401B05
RGB
CMYK
RGB Variations
Color information
#401B05 (or 0x401B05) is known color: Brown Pod. HEX triplet: 40, 1B and 05. RGB value is (64,27,5). Sum of RGB (Red+Green+Blue) = 64+27+5=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #401B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B05 is #BFE4FA. Grayscale: #232323. Windows color (decimal): -12575995 or 334656. OLE color: 334656.
HSL color Cylindrical-coordinate representation of color #401B05: hue angle of 22.37º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #401B05 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
RGB | 64 | 27 | 5 | - |
CMYK | 0 | 0.58 | 0.92 | 0.75 |
HSL | 22.37º | 0.86% | 0.14% | - |
HSV(B) | 22.37º | 0.92% | 0.25% | - |
XYZ | 2.53 | 1.88 | 0.37 | - |
YUV | 35.56 | 110.76 | 148.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 64 | 27 | 5 | 0 | 0.58 | 0.92 | 0.75 | 22.37 | 0.86 | 0.14 |
Hex | 40 | 1B | 5 | 0 | 3A | 5C | 4B | 16 | 56 | E |
Octal | 100 | 33 | 5 | 0 | 72 | 134 | 113 | 26 | 126 | 16 |
Binary | 1000000 | 11011 | 101 | 0 | 111010 | 1011100 | 1001011 | 10110 | 1010110 | 1110 |
Color Harmonies of #401B05
Complementary color
Monochromatic Colors of #401B05
Black with #401B05
Text Example
Text Example
White with #401B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B05; }
p { color: rgb(64,27,5); }
H1.HeaderClassName
{
color: #401B05;
}
.AnyTagClassName
{
color: #401B05;
}
</style>
background-color css
<style>
a { background-color: #401B05; }
a { background-color: rgb(64,27,5); }
div.DivClassName
{
background-color: #401B05;
}
.BgClassName
{
background-color: #401B05;
}
</style>
border-color css
<style>
span { border-color: #401B05; }
span { border-color: rgb(64,27,5); }
td.TdClassName
{
border-color: #401B05;
}
.TagClassName
{
border-color: #401B05;
}
</style>