Shades of Brown Pod #412923
Tints of Brown Pod #412923
RGB
CMYK
RGB Variations
Color information
#412923 (or 0x412923) is known color: Brown Pod. HEX triplet: 41, 29 and 23. RGB value is (65,41,35). Sum of RGB (Red+Green+Blue) = 65+41+35=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #412923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412923 is #BED6DC. Grayscale: #2F2F2F. Windows color (decimal): -12506845 or 2304321. OLE color: 2304321.
HSL color Cylindrical-coordinate representation of color #412923: hue angle of 12º 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 #412923 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 41 | 35 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.75 |
| HSL | 12º | 0.3% | 0.2% | - |
| HSV(B) | 12º | 0.46% | 0.25% | - |
| XYZ | 3.28 | 2.83 | 1.96 | - |
| YUV | 47.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 35 | 0 | 0.37 | 0.46 | 0.75 | 12 | 0.3 | 0.2 |
| Hex | 41 | 29 | 23 | 0 | 25 | 2E | 4B | C | 1E | 14 |
| Octal | 101 | 51 | 43 | 0 | 45 | 56 | 113 | 14 | 36 | 24 |
| Binary | 1000001 | 101001 | 100011 | 0 | 100101 | 101110 | 1001011 | 1100 | 11110 | 10100 |
Color Harmonies of #412923
Complementary color
Monochromatic Colors of #412923
Black with #412923
Text Example
Text Example
White with #412923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412923; }
p { color: rgb(65,41,35); }
H1.HeaderClassName
{
color: #412923;
}
.AnyTagClassName
{
color: #412923;
}
</style>
background-color css
<style>
a { background-color: #412923; }
a { background-color: rgb(65,41,35); }
div.DivClassName
{
background-color: #412923;
}
.BgClassName
{
background-color: #412923;
}
</style>
border-color css
<style>
span { border-color: #412923; }
span { border-color: rgb(65,41,35); }
td.TdClassName
{
border-color: #412923;
}
.TagClassName
{
border-color: #412923;
}
</style>