Shades of Brown Pod #412723
Tints of Brown Pod #412723
RGB
CMYK
RGB Variations
Color information
#412723 (or 0x412723) is known color: Brown Pod. HEX triplet: 41, 27 and 23. RGB value is (65,39,35). Sum of RGB (Red+Green+Blue) = 65+39+35=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #412723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412723 is #BED8DC. Grayscale: #2E2E2E. Windows color (decimal): -12507357 or 2303809. OLE color: 2303809.
HSL color Cylindrical-coordinate representation of color #412723: hue angle of 8º 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 #412723 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 39 | 35 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.75 |
| HSL | 8º | 0.3% | 0.2% | - |
| HSV(B) | 8º | 0.46% | 0.25% | - |
| XYZ | 3.21 | 2.7 | 1.94 | - |
| YUV | 46.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 35 | 0 | 0.40 | 0.46 | 0.75 | 8 | 0.3 | 0.2 |
| Hex | 41 | 27 | 23 | 0 | 28 | 2E | 4B | 8 | 1E | 14 |
| Octal | 101 | 47 | 43 | 0 | 50 | 56 | 113 | 10 | 36 | 24 |
| Binary | 1000001 | 100111 | 100011 | 0 | 101000 | 101110 | 1001011 | 1000 | 11110 | 10100 |
Color Harmonies of #412723
Complementary color
Monochromatic Colors of #412723
Black with #412723
Text Example
Text Example
White with #412723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412723; }
p { color: rgb(65,39,35); }
H1.HeaderClassName
{
color: #412723;
}
.AnyTagClassName
{
color: #412723;
}
</style>
background-color css
<style>
a { background-color: #412723; }
a { background-color: rgb(65,39,35); }
div.DivClassName
{
background-color: #412723;
}
.BgClassName
{
background-color: #412723;
}
</style>
border-color css
<style>
span { border-color: #412723; }
span { border-color: rgb(65,39,35); }
td.TdClassName
{
border-color: #412723;
}
.TagClassName
{
border-color: #412723;
}
</style>