Shades of Brown Pod #432414
Tints of Brown Pod #432414
RGB
CMYK
RGB Variations
Color information
#432414 (or 0x432414) is known color: Brown Pod. HEX triplet: 43, 24 and 14. RGB value is (67,36,20). Sum of RGB (Red+Green+Blue) = 67+36+20=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #432414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432414 is #BCDBEB. Grayscale: #2B2B2B. Windows color (decimal): -12377068 or 1320003. OLE color: 1320003.
HSL color Cylindrical-coordinate representation of color #432414: hue angle of 20.43º 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 #432414 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 36 | 20 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.74 |
| HSL | 20.43º | 0.54% | 0.17% | - |
| HSV(B) | 20.43º | 0.7% | 0.26% | - |
| XYZ | 3.07 | 2.51 | 0.98 | - |
| YUV | 43.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 20 | 0 | 0.46 | 0.70 | 0.74 | 20.43 | 0.54 | 0.17 |
| Hex | 43 | 24 | 14 | 0 | 2E | 46 | 4A | 14 | 36 | 11 |
| Octal | 103 | 44 | 24 | 0 | 56 | 106 | 112 | 24 | 66 | 21 |
| Binary | 1000011 | 100100 | 10100 | 0 | 101110 | 1000110 | 1001010 | 10100 | 110110 | 10001 |
Color Harmonies of #432414
Complementary color
Monochromatic Colors of #432414
Black with #432414
Text Example
Text Example
White with #432414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432414; }
p { color: rgb(67,36,20); }
H1.HeaderClassName
{
color: #432414;
}
.AnyTagClassName
{
color: #432414;
}
</style>
background-color css
<style>
a { background-color: #432414; }
a { background-color: rgb(67,36,20); }
div.DivClassName
{
background-color: #432414;
}
.BgClassName
{
background-color: #432414;
}
</style>
border-color css
<style>
span { border-color: #432414; }
span { border-color: rgb(67,36,20); }
td.TdClassName
{
border-color: #432414;
}
.TagClassName
{
border-color: #432414;
}
</style>