Shades of Brown Pod #432011
Tints of Brown Pod #432011
RGB
CMYK
RGB Variations
Color information
#432011 (or 0x432011) is known color: Brown Pod. HEX triplet: 43, 20 and 11. RGB value is (67,32,17). Sum of RGB (Red+Green+Blue) = 67+32+17=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #432011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432011 is #BCDFEE. Grayscale: #282828. Windows color (decimal): -12378095 or 1122371. OLE color: 1122371.
HSL color Cylindrical-coordinate representation of color #432011: hue angle of 18º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432011 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 32 | 17 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.74 |
| HSL | 18º | 0.6% | 0.16% | - |
| HSV(B) | 18º | 0.75% | 0.26% | - |
| XYZ | 2.93 | 2.27 | 0.81 | - |
| YUV | 40.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 17 | 0 | 0.52 | 0.75 | 0.74 | 18 | 0.6 | 0.16 |
| Hex | 43 | 20 | 11 | 0 | 34 | 4B | 4A | 12 | 3C | 10 |
| Octal | 103 | 40 | 21 | 0 | 64 | 113 | 112 | 22 | 74 | 20 |
| Binary | 1000011 | 100000 | 10001 | 0 | 110100 | 1001011 | 1001010 | 10010 | 111100 | 10000 |
Color Harmonies of #432011
Complementary color
Monochromatic Colors of #432011
Black with #432011
Text Example
Text Example
White with #432011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432011; }
p { color: rgb(67,32,17); }
H1.HeaderClassName
{
color: #432011;
}
.AnyTagClassName
{
color: #432011;
}
</style>
background-color css
<style>
a { background-color: #432011; }
a { background-color: rgb(67,32,17); }
div.DivClassName
{
background-color: #432011;
}
.BgClassName
{
background-color: #432011;
}
</style>
border-color css
<style>
span { border-color: #432011; }
span { border-color: rgb(67,32,17); }
td.TdClassName
{
border-color: #432011;
}
.TagClassName
{
border-color: #432011;
}
</style>