Shades of Brown Pod #401C03
Tints of Brown Pod #401C03
RGB
CMYK
RGB Variations
Color information
#401C03 (or 0x401C03) is known color: Brown Pod. HEX triplet: 40, 1C and 03. RGB value is (64,28,3). Sum of RGB (Red+Green+Blue) = 64+28+3=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #401C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C03 is #BFE3FC. Grayscale: #242424. Windows color (decimal): -12575741 or 203840. OLE color: 203840.
HSL color Cylindrical-coordinate representation of color #401C03: hue angle of 24.59º 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 #401C03 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 3 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.75 |
| HSL | 24.59º | 0.91% | 0.13% | - |
| HSV(B) | 24.59º | 0.95% | 0.25% | - |
| XYZ | 2.55 | 1.93 | 0.32 | - |
| YUV | 35.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 3 | 0 | 0.56 | 0.95 | 0.75 | 24.59 | 0.91 | 0.13 |
| Hex | 40 | 1C | 3 | 0 | 38 | 5F | 4B | 19 | 5B | D |
| Octal | 100 | 34 | 3 | 0 | 70 | 137 | 113 | 31 | 133 | 15 |
| Binary | 1000000 | 11100 | 11 | 0 | 111000 | 1011111 | 1001011 | 11001 | 1011011 | 1101 |
Color Harmonies of #401C03
Complementary color
Monochromatic Colors of #401C03
Black with #401C03
Text Example
Text Example
White with #401C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C03; }
p { color: rgb(64,28,3); }
H1.HeaderClassName
{
color: #401C03;
}
.AnyTagClassName
{
color: #401C03;
}
</style>
background-color css
<style>
a { background-color: #401C03; }
a { background-color: rgb(64,28,3); }
div.DivClassName
{
background-color: #401C03;
}
.BgClassName
{
background-color: #401C03;
}
</style>
border-color css
<style>
span { border-color: #401C03; }
span { border-color: rgb(64,28,3); }
td.TdClassName
{
border-color: #401C03;
}
.TagClassName
{
border-color: #401C03;
}
</style>