Shades of Brown Pod #432112
Tints of Brown Pod #432112
RGB
CMYK
RGB Variations
Color information
#432112 (or 0x432112) is known color: Brown Pod. HEX triplet: 43, 21 and 12. RGB value is (67,33,18). Sum of RGB (Red+Green+Blue) = 67+33+18=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #432112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432112 is #BCDEED. Grayscale: #292929. Windows color (decimal): -12377838 or 1188163. OLE color: 1188163.
HSL color Cylindrical-coordinate representation of color #432112: hue angle of 18.37º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432112 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 33 | 18 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.74 |
| HSL | 18.37º | 0.58% | 0.17% | - |
| HSV(B) | 18.37º | 0.73% | 0.26% | - |
| XYZ | 2.97 | 2.32 | 0.86 | - |
| YUV | 41.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 18 | 0 | 0.51 | 0.73 | 0.74 | 18.37 | 0.58 | 0.17 |
| Hex | 43 | 21 | 12 | 0 | 33 | 49 | 4A | 12 | 3A | 11 |
| Octal | 103 | 41 | 22 | 0 | 63 | 111 | 112 | 22 | 72 | 21 |
| Binary | 1000011 | 100001 | 10010 | 0 | 110011 | 1001001 | 1001010 | 10010 | 111010 | 10001 |
Color Harmonies of #432112
Complementary color
Monochromatic Colors of #432112
Black with #432112
Text Example
Text Example
White with #432112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432112; }
p { color: rgb(67,33,18); }
H1.HeaderClassName
{
color: #432112;
}
.AnyTagClassName
{
color: #432112;
}
</style>
background-color css
<style>
a { background-color: #432112; }
a { background-color: rgb(67,33,18); }
div.DivClassName
{
background-color: #432112;
}
.BgClassName
{
background-color: #432112;
}
</style>
border-color css
<style>
span { border-color: #432112; }
span { border-color: rgb(67,33,18); }
td.TdClassName
{
border-color: #432112;
}
.TagClassName
{
border-color: #432112;
}
</style>