Shades of Brown Pod #401503
Tints of Brown Pod #401503
RGB
CMYK
RGB Variations
Color information
#401503 (or 0x401503) is known color: Brown Pod. HEX triplet: 40, 15 and 03. RGB value is (64,21,3). Sum of RGB (Red+Green+Blue) = 64+21+3=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #401503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401503 is #BFEAFC. Grayscale: #1F1F1F. Windows color (decimal): -12577533 or 202048. OLE color: 202048.
HSL color Cylindrical-coordinate representation of color #401503: hue angle of 17.7º 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 #401503 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 21 | 3 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.75 |
| HSL | 17.7º | 0.91% | 0.13% | - |
| HSV(B) | 17.7º | 0.95% | 0.25% | - |
| XYZ | 2.4 | 1.63 | 0.27 | - |
| YUV | 31.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 3 | 0 | 0.67 | 0.95 | 0.75 | 17.7 | 0.91 | 0.13 |
| Hex | 40 | 15 | 3 | 0 | 43 | 5F | 4B | 12 | 5B | D |
| Octal | 100 | 25 | 3 | 0 | 103 | 137 | 113 | 22 | 133 | 15 |
| Binary | 1000000 | 10101 | 11 | 0 | 1000011 | 1011111 | 1001011 | 10010 | 1011011 | 1101 |
Color Harmonies of #401503
Complementary color
Monochromatic Colors of #401503
Black with #401503
Text Example
Text Example
White with #401503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401503; }
p { color: rgb(64,21,3); }
H1.HeaderClassName
{
color: #401503;
}
.AnyTagClassName
{
color: #401503;
}
</style>
background-color css
<style>
a { background-color: #401503; }
a { background-color: rgb(64,21,3); }
div.DivClassName
{
background-color: #401503;
}
.BgClassName
{
background-color: #401503;
}
</style>
border-color css
<style>
span { border-color: #401503; }
span { border-color: rgb(64,21,3); }
td.TdClassName
{
border-color: #401503;
}
.TagClassName
{
border-color: #401503;
}
</style>