Shades of Brown Pod #412823
Tints of Brown Pod #412823
RGB
CMYK
RGB Variations
Color information
#412823 (or 0x412823) is known color: Brown Pod. HEX triplet: 41, 28 and 23. RGB value is (65,40,35). Sum of RGB (Red+Green+Blue) = 65+40+35=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #412823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412823 is #BED7DC. Grayscale: #2E2E2E. Windows color (decimal): -12507101 or 2304065. OLE color: 2304065.
HSL color Cylindrical-coordinate representation of color #412823: hue angle of 10º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412823 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 40 | 35 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.75 |
| HSL | 10º | 0.3% | 0.2% | - |
| HSV(B) | 10º | 0.46% | 0.25% | - |
| XYZ | 3.24 | 2.76 | 1.95 | - |
| YUV | 46.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 35 | 0 | 0.38 | 0.46 | 0.75 | 10 | 0.3 | 0.2 |
| Hex | 41 | 28 | 23 | 0 | 26 | 2E | 4B | A | 1E | 14 |
| Octal | 101 | 50 | 43 | 0 | 46 | 56 | 113 | 12 | 36 | 24 |
| Binary | 1000001 | 101000 | 100011 | 0 | 100110 | 101110 | 1001011 | 1010 | 11110 | 10100 |
Color Harmonies of #412823
Complementary color
Monochromatic Colors of #412823
Black with #412823
Text Example
Text Example
White with #412823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412823; }
p { color: rgb(65,40,35); }
H1.HeaderClassName
{
color: #412823;
}
.AnyTagClassName
{
color: #412823;
}
</style>
background-color css
<style>
a { background-color: #412823; }
a { background-color: rgb(65,40,35); }
div.DivClassName
{
background-color: #412823;
}
.BgClassName
{
background-color: #412823;
}
</style>
border-color css
<style>
span { border-color: #412823; }
span { border-color: rgb(65,40,35); }
td.TdClassName
{
border-color: #412823;
}
.TagClassName
{
border-color: #412823;
}
</style>