Shades of Brown Pod #432821
Tints of Brown Pod #432821
RGB
CMYK
RGB Variations
Color information
#432821 (or 0x432821) is known color: Brown Pod. HEX triplet: 43, 28 and 21. RGB value is (67,40,33). Sum of RGB (Red+Green+Blue) = 67+40+33=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 67 - color contains mainly: red. Hex color #432821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432821 is #BCD7DE. Grayscale: #2F2F2F. Windows color (decimal): -12376031 or 2172995. OLE color: 2172995.
HSL color Cylindrical-coordinate representation of color #432821: hue angle of 12.35º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #432821 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 40 | 33 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.74 |
| HSL | 12.35º | 0.34% | 0.2% | - |
| HSV(B) | 12.35º | 0.51% | 0.26% | - |
| XYZ | 3.35 | 2.82 | 1.81 | - |
| YUV | 47.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 33 | 0 | 0.40 | 0.51 | 0.74 | 12.35 | 0.34 | 0.2 |
| Hex | 43 | 28 | 21 | 0 | 28 | 33 | 4A | C | 22 | 14 |
| Octal | 103 | 50 | 41 | 0 | 50 | 63 | 112 | 14 | 42 | 24 |
| Binary | 1000011 | 101000 | 100001 | 0 | 101000 | 110011 | 1001010 | 1100 | 100010 | 10100 |
Color Harmonies of #432821
Complementary color
Monochromatic Colors of #432821
Black with #432821
Text Example
Text Example
White with #432821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432821; }
p { color: rgb(67,40,33); }
H1.HeaderClassName
{
color: #432821;
}
.AnyTagClassName
{
color: #432821;
}
</style>
background-color css
<style>
a { background-color: #432821; }
a { background-color: rgb(67,40,33); }
div.DivClassName
{
background-color: #432821;
}
.BgClassName
{
background-color: #432821;
}
</style>
border-color css
<style>
span { border-color: #432821; }
span { border-color: rgb(67,40,33); }
td.TdClassName
{
border-color: #432821;
}
.TagClassName
{
border-color: #432821;
}
</style>