Shades of Brown Pod #432114
Tints of Brown Pod #432114
RGB
CMYK
RGB Variations
Color information
#432114 (or 0x432114) is known color: Brown Pod. HEX triplet: 43, 21 and 14. RGB value is (67,33,20). Sum of RGB (Red+Green+Blue) = 67+33+20=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #432114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432114 is #BCDEEB. Grayscale: #292929. Windows color (decimal): -12377836 or 1319235. OLE color: 1319235.
HSL color Cylindrical-coordinate representation of color #432114: hue angle of 16.6º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432114 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 33 | 20 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.74 |
| HSL | 16.6º | 0.54% | 0.17% | - |
| HSV(B) | 16.6º | 0.7% | 0.26% | - |
| XYZ | 2.98 | 2.33 | 0.95 | - |
| YUV | 41.68 | 115.76 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 20 | 0 | 0.51 | 0.70 | 0.74 | 16.6 | 0.54 | 0.17 |
| Hex | 43 | 21 | 14 | 0 | 33 | 46 | 4A | 11 | 36 | 11 |
| Octal | 103 | 41 | 24 | 0 | 63 | 106 | 112 | 21 | 66 | 21 |
| Binary | 1000011 | 100001 | 10100 | 0 | 110011 | 1000110 | 1001010 | 10001 | 110110 | 10001 |
Color Harmonies of #432114
Complementary color
Monochromatic Colors of #432114
Black with #432114
Text Example
Text Example
White with #432114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432114; }
p { color: rgb(67,33,20); }
H1.HeaderClassName
{
color: #432114;
}
.AnyTagClassName
{
color: #432114;
}
</style>
background-color css
<style>
a { background-color: #432114; }
a { background-color: rgb(67,33,20); }
div.DivClassName
{
background-color: #432114;
}
.BgClassName
{
background-color: #432114;
}
</style>
border-color css
<style>
span { border-color: #432114; }
span { border-color: rgb(67,33,20); }
td.TdClassName
{
border-color: #432114;
}
.TagClassName
{
border-color: #432114;
}
</style>