Shades of Brown Pod #401B03
Tints of Brown Pod #401B03
RGB
CMYK
RGB Variations
Color information
#401B03 (or 0x401B03) is known color: Brown Pod. HEX triplet: 40, 1B and 03. RGB value is (64,27,3). Sum of RGB (Red+Green+Blue) = 64+27+3=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #401B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B03 is #BFE4FC. Grayscale: #232323. Windows color (decimal): -12575997 or 203584. OLE color: 203584.
HSL color Cylindrical-coordinate representation of color #401B03: hue angle of 23.61º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #401B03 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 27 | 3 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.75 |
| HSL | 23.61º | 0.91% | 0.13% | - |
| HSV(B) | 23.61º | 0.95% | 0.25% | - |
| XYZ | 2.52 | 1.88 | 0.32 | - |
| YUV | 35.33 | 109.76 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 3 | 0 | 0.58 | 0.95 | 0.75 | 23.61 | 0.91 | 0.13 |
| Hex | 40 | 1B | 3 | 0 | 3A | 5F | 4B | 18 | 5B | D |
| Octal | 100 | 33 | 3 | 0 | 72 | 137 | 113 | 30 | 133 | 15 |
| Binary | 1000000 | 11011 | 11 | 0 | 111010 | 1011111 | 1001011 | 11000 | 1011011 | 1101 |
Color Harmonies of #401B03
Complementary color
Monochromatic Colors of #401B03
Black with #401B03
Text Example
Text Example
White with #401B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B03; }
p { color: rgb(64,27,3); }
H1.HeaderClassName
{
color: #401B03;
}
.AnyTagClassName
{
color: #401B03;
}
</style>
background-color css
<style>
a { background-color: #401B03; }
a { background-color: rgb(64,27,3); }
div.DivClassName
{
background-color: #401B03;
}
.BgClassName
{
background-color: #401B03;
}
</style>
border-color css
<style>
span { border-color: #401B03; }
span { border-color: rgb(64,27,3); }
td.TdClassName
{
border-color: #401B03;
}
.TagClassName
{
border-color: #401B03;
}
</style>