Shades of Brown Pod #432521
Tints of Brown Pod #432521
RGB
CMYK
RGB Variations
Color information
#432521 (or 0x432521) is known color: Brown Pod. HEX triplet: 43, 25 and 21. RGB value is (67,37,33). Sum of RGB (Red+Green+Blue) = 67+37+33=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #432521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432521 is #BCDADE. Grayscale: #2D2D2D. Windows color (decimal): -12376799 or 2172227. OLE color: 2172227.
HSL color Cylindrical-coordinate representation of color #432521: hue angle of 7.06º 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 #432521 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 37 | 33 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.74 |
| HSL | 7.06º | 0.34% | 0.2% | - |
| HSV(B) | 7.06º | 0.51% | 0.26% | - |
| XYZ | 3.25 | 2.63 | 1.77 | - |
| YUV | 45.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 33 | 0 | 0.45 | 0.51 | 0.74 | 7.06 | 0.34 | 0.2 |
| Hex | 43 | 25 | 21 | 0 | 2D | 33 | 4A | 7 | 22 | 14 |
| Octal | 103 | 45 | 41 | 0 | 55 | 63 | 112 | 7 | 42 | 24 |
| Binary | 1000011 | 100101 | 100001 | 0 | 101101 | 110011 | 1001010 | 111 | 100010 | 10100 |
Color Harmonies of #432521
Complementary color
Monochromatic Colors of #432521
Black with #432521
Text Example
Text Example
White with #432521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432521; }
p { color: rgb(67,37,33); }
H1.HeaderClassName
{
color: #432521;
}
.AnyTagClassName
{
color: #432521;
}
</style>
background-color css
<style>
a { background-color: #432521; }
a { background-color: rgb(67,37,33); }
div.DivClassName
{
background-color: #432521;
}
.BgClassName
{
background-color: #432521;
}
</style>
border-color css
<style>
span { border-color: #432521; }
span { border-color: rgb(67,37,33); }
td.TdClassName
{
border-color: #432521;
}
.TagClassName
{
border-color: #432521;
}
</style>