Shades of Brown Pod #432411
Tints of Brown Pod #432411
RGB
CMYK
RGB Variations
Color information
#432411 (or 0x432411) is known color: Brown Pod. HEX triplet: 43, 24 and 11. RGB value is (67,36,17). Sum of RGB (Red+Green+Blue) = 67+36+17=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #432411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432411 is #BCDBEE. Grayscale: #2B2B2B. Windows color (decimal): -12377071 or 1123395. OLE color: 1123395.
HSL color Cylindrical-coordinate representation of color #432411: hue angle of 22.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432411 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 36 | 17 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.74 |
| HSL | 22.8º | 0.6% | 0.16% | - |
| HSV(B) | 22.8º | 0.75% | 0.26% | - |
| XYZ | 3.05 | 2.5 | 0.85 | - |
| YUV | 43.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 17 | 0 | 0.46 | 0.75 | 0.74 | 22.8 | 0.6 | 0.16 |
| Hex | 43 | 24 | 11 | 0 | 2E | 4B | 4A | 17 | 3C | 10 |
| Octal | 103 | 44 | 21 | 0 | 56 | 113 | 112 | 27 | 74 | 20 |
| Binary | 1000011 | 100100 | 10001 | 0 | 101110 | 1001011 | 1001010 | 10111 | 111100 | 10000 |
Color Harmonies of #432411
Complementary color
Monochromatic Colors of #432411
Black with #432411
Text Example
Text Example
White with #432411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432411; }
p { color: rgb(67,36,17); }
H1.HeaderClassName
{
color: #432411;
}
.AnyTagClassName
{
color: #432411;
}
</style>
background-color css
<style>
a { background-color: #432411; }
a { background-color: rgb(67,36,17); }
div.DivClassName
{
background-color: #432411;
}
.BgClassName
{
background-color: #432411;
}
</style>
border-color css
<style>
span { border-color: #432411; }
span { border-color: rgb(67,36,17); }
td.TdClassName
{
border-color: #432411;
}
.TagClassName
{
border-color: #432411;
}
</style>